-
Notifications
You must be signed in to change notification settings - Fork 11
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
mutation to bulk enable standard products #1953
base: master
Are you sure you want to change the base?
Conversation
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.
code review passed
functional review passed
""" | ||
Utility response type for standard product bulk-enable mutations, containing both enabled standard product instantiations and IDs of invalid standard products. | ||
""" | ||
type ProductsResult { |
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.
StandardProductsResult please
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.
Unfortunately can't use this name because it's the return type of the standardProducts
query already.
ccc75a8
to
10da00a
Compare
enableStandardProducts
Product.standardProduct