Skip to main content
POST
GraphQL Proxy

Body

application/json
query
string
required

GraphQL query or mutation string.

variables
object

Optional GraphQL variables object.

operationName
string

Optional operation name.

Response

GraphQL response payload

Pass-through GraphQL response. Usually includes data and optionally errors.