v1

latestOpenAPI 3.0.0Apache 2.02026-07-14384142.2 KB

Perform a GraphQL Query

Performs a GraphQL Query

post/graphql

Request body

operationNamestring

If the Query contains several named operations, the operationName controls which one should be executed

querystring required

The GraphQL query

variablesobject nullable

Optional Query variables

Response

GraphQL Query Response

dataobject

Results from the GraphQL query

errorsobject[]

Errors resulting from the GraphQL query

All 38 operations