{ "operationId": "postGraphql", "method": "POST", "path": "/v3/graphql", "summary": "GraphQL endpoint", "description": "GraphQL endpoint (shared auth/rate limit with REST), proxied to the\nPonder GraphQL API.\nPonder LIKE filter operators reject unescaped `%` and `_` wildcard values.\n", "tags": [ "GraphQL" ], "responses": { "200": { "description": "GraphQL response", "schema": { "type": "object" } } } }