# ERD like Relation View

Navigating a big GraphQL Schema with only code is nearly impossible. Instead use our diagram view to see how to browse it in an easy and transparent way.

<figure><img src="/files/ZMSn0szu4tp6g6Hf5OOv" alt=""><figcaption><p>Example ERD relation view exported to .png</p></figcaption></figure>

### Navigation

Navigate through this view, click to center on a node and see all its relations displayed.

### Search & Order

Searching and ordering is available inside the top bar:

<figure><img src="/files/fZ06ygCzOgRYylWxUcVQ" alt=""><figcaption></figcaption></figure>

After searching you will get only the nodes from the search. Ordering is used to switch the order of Type Definitions like `type` `scalar` `interface` `enum` `input` `union`.

### Node options

Additional options are available after selecting a node:

<figure><img src="/files/GDqBVjx7OgPuEfwOueiN" alt=""><figcaption></figcaption></figure>

#### Parent

Display parent relations: show where this node is used. Turn off to only display children relations.

#### Scalars

Display/hide base scalar fields including `String`, `Int`, `Float`, `ID`, `Boolean`.

#### Enums

Expand/hide all enums. Enums can be tricky as the localization enum can consist of hundreds of values.

#### Deselect node

Deselect active node

#### Focus node&#x20;

Scrolls the node to the center of the current view.

#### Export to PNG

Exports current relation nodes to a png file.


---

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