> 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.md).

# Graph

## Views

GraphQL Editor displays schema in 5 Different ways:

#### Creator

Create GraphQL nodes using the visual editor. This view enables creating and editing your GraphQL schema.

#### ERD-like Relation View

This view displays relations between GraphQL nodes. Easily navigate through relations, scalars & enums, use serach and order and easily explore even the largest GraphQL Schema in an simple and transparent way. Relations can also be exported as .png images.

#### Markdown Docs

Auto-generated schema documentation you can display and edit in markdown format.

#### Code

Display and edit the schema as GraphQL code. Navigate through nodes in all views at the same time.

#### Diff & Schema Versioning

View the differences between schema versions/GitHub commits. Use diff sorting to be 100% precise and see every difference regardless of where it was added in the schema.

\ <br>
