Execute GraphQL queries
documentedSend GraphQL queries/mutations to the GraphQL gateway.
POST /graphql/v1GraphQLno implementation yet0 runsNo 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://{{$project_ref}}.supabase.co/graphql/v1" \
-X POST \
-H "Content-Type: application/json" \
-H "apiKey: {{SUPABASE_API_KEY}}" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"query": "{{$query}}", "variables": {}}'