-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMR-9090: Add support for UMM-S to CMR graphql #62
Conversation
Codecov Report
@@ Coverage Diff @@
## MMT-3382 #62 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 61 63 +2
Lines 1270 1282 +12
Branches 162 162
==========================================
+ Hits 1270 1282 +12
|
type Query { | ||
serviceDraft ( | ||
params: ServiceDraftInput | ||
): ServiceDraft |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline at the end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
.defaultReplyHeaders({ | ||
'X-Request-Id': 'abcd-1234-efgh-5678' | ||
}) | ||
.get(/api\/tool_drafts/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.get(/api\/tool_drafts/) | |
.get(/api\/service_drafts/) |
this one meant to be tool?
* CMR-9090: Add support for UMM-S to CMR graphql (#62) * CMR-9090: Added support for Service Draft. * CMR-9090: Added test cases for serviceDraft * CMR-9090: Updated UMM-S version * CMR-9090: Reflected on PR comments * CMR-9090: Fixed the serviceDraft test * MMT-3382: Fixed lint warnings * MMT-3382: Updated the latest service fields
* CMR-9090: Add support for UMM-S to CMR graphql (#62) * CMR-9090: Added support for Service Draft. * CMR-9090: Added test cases for serviceDraft * CMR-9090: Updated UMM-S version * CMR-9090: Reflected on PR comments * CMR-9090: Fixed the serviceDraft test * MMT-3382: Fixed lint warnings * MMT-3382: Updated the latest service fields * MMT-3382: Added missing Service Publish fields * MMT-3382: Fixed accessConstraints and Quality
* CMR-9090: Add support for UMM-S to CMR graphql (#62) * CMR-9090: Added support for Service Draft. * CMR-9090: Added test cases for serviceDraft * CMR-9090: Updated UMM-S version * CMR-9090: Reflected on PR comments * CMR-9090: Fixed the serviceDraft test * MMT-3382: Fixed lint warnings * MMT-3382: Updated the latest service fields * MMT-3382: Added missing Service Publish fields * MMT-3382: Fixed accessConstraints and Quality * MMT-3382: Added missing fields * MMT-3408: Adds mutations and queries for draft concepts * MMT-3408: Updated field documentation, fixed params * MMT-3408: Adds ummMetadata field to return raw metadata, pr comments * MMT-3408: Better test URLs, throw error when required field is missing, add util to check for draft concept ids --------- Co-authored-by: Matthew Crouch <matthew@element84.com>
Overview
What is the feature?
Added Support for UMM-S draft preview. Also updated the UMM-S field to the latest UMM-S version 1.5.1