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": {
      "/* … */": {}
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.