#
are treated as comments.UI Element | Description |
---|---|
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. |
Run | Executes the current query or mutation. Keyboard shortcut: Ctrl + Enter. |
Prettify | Reformats your query with consistent indentation and line breaks. Keyboard shortcut: Shift + Ctrl + P. |
Merge | Removes all extraneous whitespace, condensing your query into a single line. Keyboard shortcut: Shift + Ctrl + M. |
Copy | Copies the full text of your current query to the clipboard. |
History | Opens a panel listing previously executed queries. Click an entry to load it back into the editor. |