react-graphql
Installation
SKILL.md
React GraphQL (Apollo + Codegen)
You implement GraphQL operations and Apollo integration in a deterministic way.
Policy
- GraphQL operations exist only as
.graphqldocuments under:src/shared/api/graphql/operations/ - Types come from GraphQL Code Generator.
- UI never contains raw
gqlstrings.
Recommended Setup
@apollo/clientgraphqlgraphql-requestis NOT used (Apollo handles transport)- GraphQL Code Generator:
typescripttypescript-operationstyped-document-node(recommended)