Used in the article 👉 GraphQL の Fragment Colocation を導入したら依存関係がスッキリしてクエリもコンポーネントも書きやすくなった.
The sample application to colocate GraphQL operations using fragments with React Components. This app is based on next.js.examples/api-routes-apollo-server-and-client.
- [refactor] Colocate GraphQL operations with components #6: the PR to colocate GraphQL operations with components
before-colocated-fragments
: the branch before colocated GraphQL operations with components