GraphQL usage example

The following video demonstrates how to use Apollo Studio sandbox tool to build and execute queries for graphql. Provider-specific URL for graphql sandbox environment is available on Admin/Settings page.

Apollo Studio sandbox
Admin/Settings page in UI

Apollo Studio is convenient UI for building the query. Query is executed directly against our graphql endpoint (see using browser console to verify). For security concerns, one can always execute queries directly against our graphql url using curl or similar request making tools.

PS! for "apikey" header value, use admin user's api token. Otherwise permission error is returned instead of data.