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

# ERD like Relation View

How to browse complex GraphQL Schemas

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="https://2595489265-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LkU3PZk9D4XQW0UI1bP%2Fuploads%2FE2zsBzLOavxV705ybzhD%2Frelation_view(18).png?alt=media&amp;token=284ee835-2d2f-4f85-be9b-242f05cc5ac3" 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="https://2595489265-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LkU3PZk9D4XQW0UI1bP%2Fuploads%2FHkVJP8I3zTSbUtGwhePb%2Fimage.png?alt=media&amp;token=9e5b7f93-e0e1-4d77-a1f6-15f382b86050" 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="https://2595489265-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LkU3PZk9D4XQW0UI1bP%2Fuploads%2FDxEOwn8iGtd5Pgikbs1A%2Fimage.png?alt=media&amp;token=354d7270-9cd6-4a45-913b-a47647e530f5" 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.
