Skip to main content
The GraphQL page embeds an in-browser GraphiQL tool, giving you an interactive environment to compose, validate, and execute GraphQL queries against your Experro workspace. Rather than manually crafting HTTP requests, you can explore the schema, build queries with auto-completion, and immediately inspect results, all in one place.

What You Can Do on This Page

  1. Write and Edit Queries – Use the left pane to author queries. Lines beginning with # are treated as comments.
  2. Execute Requests – Send your query to the server by clicking Run (the ▶️ button) or pressing Ctrl + Enter. Results appear instantly in the right pane in JSON format.
  3. Format and Compress – Clean up your query layout with Prettify (Shift + Ctrl + P), or condense it into a single line using Merge (Shift + Ctrl + M).
  4. Manage Query History – Revisit past queries via the History panel, where you can re-run or copy older requests.
  5. Copy to Clipboard – Use Copy to grab your current query text for sharing or embedding in code.

Toolbar & Pane Breakdown

With this powerful in-browser tool, you can rapidly prototype integrations, debug data models, and explore new GraphQL capabilities in Experro.