Compare Schema Versions

Use diff display to compare and surgically edit versions of the schema

Comparing versions of GraphQL Schema can be tricky, especially if the code order is changed. Instead of forcing developers to maintain the order of the schema by some linter tools, GraphQL Editor simply compares sorted schema and types to show only the real differences in the code.

Last updated