{ "opencollection": "1.0.0", "info": { "name": "Hasura Engine HTTP APIs Graphql API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-hasura-admin-secret", "value": "{{x-hasura-admin-secret}}", "placement": "header" } }, "items": [ { "info": { "name": "Graphql", "type": "folder" }, "items": [ { "info": { "name": "Execute a GraphQL query, mutation, or subscription", "type": "http" }, "http": { "method": "POST", "url": "https://my-graphql-engine.example.com/v1/graphql", "body": { "type": "json", "data": "{}" } }, "docs": "Primary GraphQL endpoint. Accepts a single GraphQL operation or a\nbatched array. Always returns HTTP 200; errors are returned in the\nresponse body.\n" }, { "info": { "name": "Explain a GraphQL query", "type": "http" }, "http": { "method": "POST", "url": "https://my-graphql-engine.example.com/v1/graphql/explain", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the SQL plan for a given GraphQL query." } ] } ], "bundled": true }