Sign in

Open GraphiQL explorer

documented

Open the GraphiQL/Explorer UI for building GraphQL queries.

GET /graphql/explorerGraphQLno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$base_url}}/graphql/explorer" \
  -X GET \
  -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"