Skip to main content
Back to the directory
apollographql/skillsSoftware EngineeringFrontend and Design

graphql-operations

Best practices guide for writing efficient, type-safe GraphQL operations and organizing them with fragments.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/apollographql/skills --skill graphql-operations
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, graphql-operations has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: apollographql/skills. Canonical URL: https://skills.sh/apollographql/skills/graphql-operations.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Best practices guide for writing efficient, type-safe GraphQL operations and organizing them with fragments. This guide covers best practices for writing GraphQL operations (queries, mutations, subscriptions) as a client developer. Well-written operations are efficient, type-safe, and maintainable. Detailed documentation for specific topics: - 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 - Queries - Query patterns and optimization - Mutations - Mutation patterns and error handling - Fragments - Fragment organization and reuse - Variables - Variable usage and types - Tooling - Code generation and linting - ALWAYS name your operations (no anonymous queries/mutations) - ALWAYS use variables for dynamic values - ALWAYS request only the fields you need - ALWAYS include id field for cacheable types - NEVER hardcode values in operations - NEVER duplicate field selections across...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does graphql-operations do?

Best practices guide for writing efficient, type-safe GraphQL operations and organizing them with fragments.

Is graphql-operations good?

graphql-operations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support graphql-operations?

graphql-operations currently lists compatibility with Skills CLI.

Is graphql-operations safe to install?

graphql-operations has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to graphql-operations?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install graphql-operations?

Run the following command to install graphql-operations: npx skills add https://github.com/apollographql/skills --skill graphql-operations

Related skills

More from apollographql/skills

Related skills

Alternatives in Software Engineering