@graphql-inspector/ci

CLI tool for comparing GraphQL schemas and detecting breaking changes

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.

Commands

graphql-inspector

Examples

Compare two GraphQL schemas and detect breaking changes$ graphql-inspector diff schema-old.graphql schema-new.graphql
Validate GraphQL documents against a schema$ graphql-inspector validate schema.graphql documents/*.graphql
Find similar types in a GraphQL schema$ graphql-inspector similar schema.graphql