Schema Diagram with Relationships
Thanks to dataloaders, which are particularly beneficial in scenarios with complex data models and relationships where multiple round-trips to the database would otherwise be required, you will be able to design more powerful and efficient queries.
To help you, schemas with resources and their relationships are made available to you.
-
GraphQL Voyager Representation
GraphQL Voyager is a tool that provides an interactive visualization of a GraphQL schema.
It generates a visual graph that allows developers and stakeholders to explore the schema’s structure, relationships, and data flow.
It automatically maps out all the types, queries, mutations, and connections between entities, helping users understand the API’s capabilities and navigate complex schemas easily. -
Or Resource Details and Their Relationships
Here, you will find the different API domains identified by primary colors, and for each domain, the names of the resources and the relationships between these resources.
Note that resources not dependent on an organization are not displayed.Click on the image to navigate through the schema and zoom in.
-
Or Resource and Field Details with Relationship Overview
And here, you will find the different API domains identified by primary colors, and for each domain, the names of the resources, the relationships between these resources, and a list of their fields that can also be consulted.
Note that resources not dependent on an organization are not displayed.Click on the image to navigate through the schema and zoom in.