Here you can see connected nodes as a visual Graph and as a code and documentation synced together
Here you can see connected nodes as a visual Graph. It is a great way to understand how your GraphQL schema is connected. You can also easily find out which fields are linked to each other, and which parts of the schema are related to which.
To navigate through the schema you can:
When the schema is big and we only want to see a part of it - we can click focus on any visual node.
This way we can see only the node and it's children and parent nodes in one view. If we click on the field of the node that is node inside the focus mode - it will be automatically added to the focus mode.
GraphQL Editor offers many different view options. You can:
Sometimes you don't want to start schema from scratch. For those cases, GraphQL Editor offers an import tool. With it, you can upload existing GraphQL schema from a file or a URL. You can also use it to import GraphQL nodes that were created in GraphQL Editor. This way, you can keep your schema up to date and make sure that all new changes are reflected in the GraphQL Editor.
We do provide code editor experience for each schema. It supports GraphQL syntax highlighting, autocomplete, code folding, and more:
You can also see real-time auto-suggestions for fields and types. I
So, if you want to edit your schema or write a query, GraphQL Editor is the perfect place for you. It is fast and user-friendly, and it will make your workflow much easier.
As in every part of this docs, we attach a video, but if you prefer you can read about them underneath