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

UI ElementDescription
Query Editor (Left Pane)The text area where you write GraphQL operations. Autocomplete (Ctrl + Space) suggests fields and types based on your workspace schema. Comments start with #.
Results Viewer (Right Pane)Displays the JSON response returned by your query.
RunExecutes the current query or mutation. Keyboard shortcut: Ctrl + Enter.
PrettifyReformats your query with consistent indentation and line breaks. Keyboard shortcut: Shift + Ctrl + P.
MergeRemoves all extraneous whitespace, condensing your query into a single line. Keyboard shortcut: Shift + Ctrl + M.
CopyCopies the full text of your current query to the clipboard.
HistoryOpens a panel listing previously executed queries. Click an entry to load it back into the editor.
With this powerful in-browser tool, you can rapidly prototype integrations, debug data models, and explore new GraphQL capabilities in Experro.