Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Document GraphQL input types extension #52

Open
real34 opened this issue Mar 21, 2019 · 0 comments
Open

Document GraphQL input types extension #52

real34 opened this issue Mar 21, 2019 · 0 comments

Comments

@real34
Copy link
Member

real34 commented Mar 21, 2019

Since https://gitlab.com/front-commerce/front-commerce/issues/183 it is now possible to extend enums and input types.

This issue is for documenting such a use case:

  • example: extend customer change mutation or search filter
  • alternative (prefer a custom mutation)
extend input QueryInput {
  "Should only return sales"
  promotions: Boolean
}
@real34 real34 closed this as completed Apr 8, 2019
@real34 real34 reopened this Apr 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant