graphql-operations
Best practices and reference guide for writing efficient, type-safe GraphQL queries, mutations, and subscriptions.
Install
npx skills add https://github.com/apollographql/skills --skill graphql-operationsStats
| Total installs | 925 |
| Weekly installs | 919 |
| GitHub stars | 41 |
| First seen | Jan 23, 2026 |
| Source | @apollographql/skills |
Summary
- Covers queries, mutations, subscriptions, and fragments with naming conventions, variable syntax, and directive usage
- Emphasizes core principles: request only needed fields, name all operations, use variables instead of hardcoded values, and include id fields for cacheability
- Recommends colocating fragments with components and using @include/@skip directives for conditional field selection
- Compatible with any GraphQL client (Apollo Client, urql, Relay) and includes reference documentation for queries, mutations, fragments, variables, and tooling
Tags
Related skills
| Skill | Installs | vs graphql-operations |
|---|---|---|
| flutter-http-and-json | 978 | +53 |
| confluence | 894 | -31 |
| chat-sdk | 976 | +51 |
| mcp-developer | 875 | -50 |
| web-search-plus | 991 | +66 |
FAQ
- How many installs does graphql-operations have?
- graphql-operations has 925 total installs and 919 installs this week.
- Where is graphql-operations hosted?
- graphql-operations is published by @apollographql/skills at https://github.com/apollographql/skills.
- How many GitHub stars does graphql-operations have?
- graphql-operations has 41 GitHub stars.
- When was graphql-operations first indexed?
- OrangeBot.AI first indexed graphql-operations on Jan 23, 2026.
- How do I install graphql-operations?
- Run: npx skills add https://github.com/apollographql/skills --skill graphql-operations