GraphQL Console
Introspect any GraphQL endpoint, browse its schema, and run queries and mutations against it. Offline-first: requests go only to the endpoint you type.
Enter an endpoint and click Introspect to explore queries, mutations and types. You can also write queries manually below without introspection.
Run an operation to see the JSON response, status and timing here. Save-as: load any past query from the History panel below (kept for this session only).
Save-as note: introspected schemas and run history live in session storage only and clear with the browser page session. Credentials entered above are held in component memory and are not written to application storage. Pressing Introspect or Run sends GraphQL query, variables, user-supplied authentication headers to the user-entered graphql url.; review the full Trust manifest for other product boundaries.