v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-08-05146.8 KB
GraphQL

Run any GraphQL query or mutation

post/graphql

Request body

querystring required

Full GraphQL document—query, mutation, or subscription

variablesobject

Object containing values for the $variables declared in query

operationNamestring

Operation name to run when query contains multiple operations

Response

Standard GraphQL success envelope

dataobject

Present only when the operation has no top-level errors

Example response

{
  "data": {
    "searchTokens": {
      "/* … */": {}
    }
  }
}
All 1 operations