Back to skills

graphql-schema

development

A reference guide for designing GraphQL schemas that are clean, evolvable, and client-friendly. Covers type design, nullability, naming conventions, pagination with the connection pattern, error model

Setup & Installation

npx skills add https://github.com/apollographql/graphql-schema --skill graphql-schema
or paste the link and ask your coding assistant to install it
https://github.com/apollographql/graphql-schema
View on GitHub

What This Skill Does

A reference guide for designing GraphQL schemas that are clean, evolvable, and client-friendly. Covers type design, nullability, naming conventions, pagination with the connection pattern, error modeling, and security practices across any GraphQL server implementation. Keeps schema design decisions consistent across a team without needing to re-read the GraphQL spec or dig through blog posts every time a new type or mutation comes up.

When to use it

  • Working with graphql schema functionality
  • Implementing graphql schema features
  • Debugging graphql schema related issues