graphql-expert
SKILL.md
GraphQL Expert
Comprehensive guide for designing and implementing GraphQL APIs.
GraphQL Fundamentals
What is GraphQL?
GraphQL is a query language for APIs that:
✓ Lets clients request exactly what they need
✓ Gets multiple resources in one request
✓ Uses a type system to describe data
✓ Provides introspection (self-documenting)