GraphQL Editor Guide
  • GraphQL Editor
    • Home
      • Getting Started
      • Workspaces
      • Projects
      • Live Collaboration
      • Keyboard navigation
    • Graph
      • GraphQL Creator
      • ERD like Relation View
      • Markdown Docs
      • Generate TypeScript library
      • Schema versioning
      • Compare Schema Versions
    • Schema Libraries
    • Cloud
      • GraphQL API Platform
      • Instant Mock backend
      • GraphiQL Cloud
      • Endpoint switcher
      • Rest to GraphQL
      • E2E Tests Builder & Runner
    • Microservices FaaS
      • Resolvers
      • Code Editor
      • Deploy local server
      • Deploy using GraphQL Editor
      • Secrets & CORS
      • Logs
    • JS Playground
    • Github Sync
    • Troubleshooting
  • Tools
    • CLI
      • Schema
      • Create a microservice project
      • Development
      • Cloud
        • Local server
        • Deploy
          • Gitlab CI
          • Github Actions
        • Push/Pull
        • Get the CI token
      • Code Generation
        • TypeScript Typings
        • Resolvers
        • Model Types
      • Integrations
        • Installation
        • Develop your integrations
    • Stucco JS
      • Resolvers
      • Custom Scalars
      • Examples
    • GraphQL Zeus
      • Basics
        • Getting Started
        • Selectors
        • ES Modules
        • Specification
        • Use as a library
        • JavaScript
        • Custom fetch
        • Subscriptions
      • GraphQL
        • Interfaces and Unions
        • Variables
        • Aliases
        • Generate Gql
        • Directives
        • Scalars
      • Examples
        • Forms
        • React state
      • Plugins
        • Typed Document Node
        • Apollo
        • StuccoJS Subscriptions
        • React Query
Powered by GitBook
On this page
  • Navigation
  • Search & Order
  • Node options

Was this helpful?

  1. GraphQL Editor
  2. Graph

ERD like Relation View

How to browse complex GraphQL Schemas

PreviousGraphQL CreatorNextMarkdown Docs

Last updated 2 years ago

Was this helpful?

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.

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:

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:

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

Scrolls the node to the center of the current view.

Export to PNG

Exports current relation nodes to a png file.

Example ERD relation view exported to .png