GraphQL
Because our application now uses Supabase (opens in a new tab) we basically have a free GraphQL endpoint to use with. The details of how it works and how it ties into the Supabase ecosystem can found here (opens in a new tab).
In terms of interacting with the GraphQL API, you can do so using GraphiQL (opens in a new tab) which we have one hosted on our tools (opens in a new tab).
Using it is straightforward, just navigate to the GraphQL part and select either staging
/ production
depending on
which environment you want to query the data from then continue and voilà you're now in the GraphQL playground.
Note that after choosing the environment you will be prompted to log in with HTTP Basic Auth, you can acquire the credentials from the team.