ACMC GraphQL Schema
GraphQL Schema Overview:
GraphQL Voyager provides an interactive representation of our GraphQL schema. To use it:
- The main panel shows a visual graph of our schema types and their relationships.
- Click on any type to see its details in the sidebar.
- Use the search bar at the top to find specific types or fields.
- Use the dropdown to select the root level operation type (query or mutation).
- Toggle options like “Skip Relay” or “Show leaf fields” using the checkboxes at the bottom.
- Drag the graph to pan, and use your mouse wheel to zoom in and out.