You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
Implement GraphQL fragments in sample GraphQL files
GraphQL fragments are the way to make queries and mutations effectively. We have not use fragments in our sample application which makes queries really long and hard to maintain.
Fragments are almost always used in clients due to the fact of reusability.
Our example application should use fragments (and library should support them)
Feature
Implement GraphQL fragments in sample GraphQL files
Our example application should use fragments (and library should support them)
Links for help:
https://graphql.org/learn/queries/#fragments
https://github.com/aerogear/modern-appdev-workshop/tree/master/template/client/src/graphql
The text was updated successfully, but these errors were encountered: