GraphQL schema design, queries, mutations, and subscriptions. Use when working with GraphQL.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill graphql --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Graphql?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-graphql)More formats (shields.io, HTML) on the badges page.
---
name: graphql
description: GraphQL schema design, queries, mutations, and subscriptions. Use when working with GraphQL.
---
## graphql
Design and implement GraphQL APIs.
### Schema design
- Nouns for types, verbs for mutations
- Non-nullable by default
- Pagination with edges/node pattern
- Input types for complex mutations
- Interfaces for shared fields
### Best practices
- DataLoader for N+1 prevention
- Query complexity analysis
- Rate limiting per query
- Persisted queries for production
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!