QEHSQEHS

Maintained by QEHS Ethos · Last reviewed

api

The in-app GraphQL console

Explore and query your workspace data without writing a line of setup. The console at Settings → GraphQL gives you one-click queries per installed module, an editable query box, and friendly table results.

4 min read · 2 sections

Where it lives

Open Settings → GraphQL (/settings/graphql) while signed in. The console is native to the app — it follows your light/dark theme and is scoped to the workspace shown in the org switcher.

  • Pre-built queries: an “Account” group (who am I, my organizations, current organization) plus one “Recent records” query per module you have installed. Click one and it runs immediately.
  • Results render as a friendly table (with a JSON toggle); a module with no records shows a clear “no records” message rather than an error.
  • Editable query + variables boxes let you change exactly which fields you fetch.

Advanced: the full GraphiQL IDE

For schema autocomplete, the docs explorer, and an operation picker over every pre-built query, open the advanced IDE from the console header (it loads /api/graphql?ide=1). It is pre-filled with one ready-made query per installed module.

Tags: api · graphql · console · graphiql · explorer · playground