graphql
Installation
SKILL.md
GraphQL
Purpose
Design a GraphQL schema that models the domain rather than the database, and operate it without letting a single query take down the service.
When to Use
- Designing a GraphQL schema from scratch.
- Diagnosing slow queries or N+1 resolver behavior.
- Protecting a public GraphQL endpoint from expensive queries.
- Splitting a schema across services with federation.