Compare GraphQL schemas and detect breaking changes.
Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.
graphql-inspector$ graphql-inspector diff schema-old.graphql schema-new.graphql$ graphql-inspector validate schema.graphql query.graphql$ graphql-inspector similar schema.graphql$ graphql-inspector diff https://api.example.com/graphql https://staging.example.com/graphql$ graphql-inspector introspect https://api.example.com/graphql --write schema.graphql