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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.graphqleditor.com/graphql-editor/graph.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
