-
Notifications
You must be signed in to change notification settings - Fork 822
fragments #755
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
Comments
I think I now understand that fragments are defined client-side. Closing. |
@DrPyser Hey hope you could share your solution or the link to a documentation so everyone could learn also! |
https://graphql.org/learn/queries/#fragments The fragments are defined by the client and sent along with the query. The server doesn't have to do anything special, the framework(graphql parser) takes care of expanding the fragments into their component fields before passing the query to the application code. |
I can't find any documentation anywhere on support for fragments in graphene.
Is it possible to define fragments? If so, how?
Thanks.
The text was updated successfully, but these errors were encountered: