GQL-144: Add non-operational keys to graphql and Fix snyk vulnerabilities#184
Merged
eudoroolivares2016 merged 2 commits intomainfrom Apr 15, 2026
Merged
GQL-144: Add non-operational keys to graphql and Fix snyk vulnerabilities#184eudoroolivares2016 merged 2 commits intomainfrom
eudoroolivares2016 merged 2 commits intomainfrom
Conversation
…atest; update deps with `npm audit fix`
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #184 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 115 115
Lines 2719 2719
Branches 335 335
=========================================
Hits 2719 2719 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
htranho
approved these changes
Apr 15, 2026
mandyparson
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
What is the feature?
This adds Searching for collections by the CMR query parameter
include_non_operational(note documentation for that query parameter is only in SIT but, it exists in each env). Not specified in the ticket but, this search parameter at the individual collection level seems unnecessary.Updating packages for security
What is the Solution?
New Collection query parameter
This fixes some dependency issues by simply doing an
npm audit fix.cmr-orderingrecently made the major release update forapollo-server. Based on the release notes and migration notes (https://www.apollographql.com/docs/apollo-server/migration) we shouldn't be adversely affected by this changeI also had to bump up the
@as-integrations/aws-lambdapackage which we use to runapollo serverinlambdathankfully they updated their package for that explicit purpose see: https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/releases/tag/v4.0.1
What areas of the application does this impact?
Collection Searching and generally the application due to the server upgrade
Testing
Reproduction steps
with
The count should be different as the returning values are
Run
snykcli locally against thisGeneral regression test for the app since we are doing some major release upgrades
Attachments
Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.
Checklist