> For the complete documentation index, see [llms.txt](https://guide.graphqleditor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.graphqleditor.com/graphql-editor/graph/compare-schema-versions.md).

# 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.

<figure><img src="https://2595489265-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LkU3PZk9D4XQW0UI1bP%2Fuploads%2FrTIZ0UaZjzw6z8vVMDXQ%2Fimage.png?alt=media&amp;token=d98bbeb2-99b6-419b-a5c3-bd688735e1d7" alt=""><figcaption><p>Diff editor view</p></figcaption></figure>
