GraphiQL documentation
Every Supabase project has a GraphQL Endpoint: https://<project_ref>.supabase.co/graphql/v1
.
This endpoint is compatible with any GraphiQL implementation that can pass an apikey
header.
Some suggested applications:
- paw.cloud
- insomnia.rest
- postman.com/graphql
- Self-hosted GraphiQL: GraphiQL can be served through a simple HTML file. See this discussion for more details.