Scaling GraphQL with Fragments
Scaling GraphQL with Fragments

Scaling GraphQL with Fragments

Author
Shiv Bade
Tags
graphql
fragments
Published
November 27, 2023
Featured
Slug
Tweet
Fragments are the secret to managing GraphQL at scale.
  • Reuse across queries
  • Reduce over-fetching
  • Cleaner co-location with components
Pro tip: validate them statically as part of CI.