Schema Explorer

An interactive explorer to navigate though your federated graph schema. It has built in search and usage tracking for every type in your schema

You can navigate to every type you see on the page. From objects that implement interfaces to unions and enums. The details section shows all the inputs for that particular field. If your schema has comments, they would appear here as well.

Field Usage

Check the docs here to see how the usage for each type looks like

pageSchema Field Usage

Open the search modal by hitting Cmd/Ctrl + K on your keyboard. Jump to any type you like to view.

Deprecated Fields

You can view all deprecated fields in your schema in one place along with their usage. This helps to determine if it is safe to remove the field/argument.

Last updated