Concept Flow - Fragments for reusable selections
Define Fragment
Use Fragment in Query
GraphQL Server Expands Fragment
Execute Query with Expanded Fields
Return Data with Reused Fields
You first define a fragment with reusable fields, then include it in queries. The server replaces the fragment with its fields before running the query.