Skip to content
Latchkey

GraphQL Schema - CI/CD Glossary Definition

A GraphQL schema declares the types and operations a GraphQL API supports, and is diffable for breaking changes in CI.

A GraphQL schema defines the types, queries, mutations, and subscriptions a GraphQL API exposes, written in the Schema Definition Language. CI can diff two schema versions to detect breaking changes.

Because GraphQL schemas are strongly typed and introspectable, tooling can compare an old and new schema and fail a build when a field is removed or a type narrows.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →