ACMC GraphQL Schema

GraphQL Schema Overview:

GraphQL Voyager provides an interactive representation of our GraphQL schema. To use it:

  1. The main panel shows a visual graph of our schema types and their relationships.
  2. Click on any type to see its details in the sidebar.
  3. Use the search bar at the top to find specific types or fields.
  4. Use the dropdown to select the root level operation type (query or mutation).
  5. Toggle options like “Skip Relay” or “Show leaf fields” using the checkboxes at the bottom.
  6. Drag the graph to pan, and use your mouse wheel to zoom in and out.