offix-android
offix-android copied to clipboard
Use fragments in GraphQL files in sample.
Feature
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)
Links for help:
-
https://graphql.org/learn/queries/#fragments
-
https://github.com/aerogear/modern-appdev-workshop/tree/master/template/client/src/graphql
I would like to work on this issue
@cfsnsalazar Any updates on this issue?
Sorry, I have not been able to work on this