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 was 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)