# GraphQL (Apollo Client)

> Apollo Client conventions for a React and GraphQL project

Source: https://aistack.sh/rule/react-graphql-apollo-client
Real source: https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/react-graphql-apollo-client-cursorrules-prompt-file.mdc
Author: awesome-cursorrules community (curated by PatrickJS)
Category: cursor-rule
Stack: React, GraphQL, Apollo Client
Last verified: 2026-09-06

Cursor Project Rules for GraphQL development with Apollo Client integration: query and mutation structure, caching, and hook usage.

## Install

### cursor

```
mkdir -p .cursor/rules
curl -o .cursor/rules/react-graphql-apollo-client-cursorrules-prompt-file.mdc https://raw.githubusercontent.com/PatrickJS/awesome-cursorrules/main/rules/react-graphql-apollo-client-cursorrules-prompt-file.mdc
```

Per the repo's own instructions: create a .cursor/rules/ directory in your project, then copy the .mdc file into it. Cursor auto-attaches the rule based on the globs in its frontmatter.

---

From aistack.sh. Last verified 2026-09-06.
