ERD like Relation View
How to browse complex GraphQL Schemas
Last updated
How to browse complex GraphQL Schemas
Last updated
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.
Navigate through this view, click to center on a node and see all its relations displayed.
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
.
Additional options are available after selecting a node:
Display parent relations: show where this node is used. Turn off to only display children relations.
Display/hide base scalar fields including String
, Int
, Float
, ID
, Boolean
.
Expand/hide all enums. Enums can be tricky as the localization enum can consist of hundreds of values.
Deselect active node
Scrolls the node to the center of the current view.
Exports current relation nodes to a png file.