Optional
operationThe name of the GraphQL operation specified in query
to run.
AdminRunGraphQLOperationRequest
A stringified .graphql
file that contains one or more valid GraphQL operations for your API. If more than one operation is defined, you must specify which operation to run in operationName
.
AdminRunGraphQLOperationRequest
Optional
variablesA stringified JSON object where each field name maps a value to a variable in the specified operation.
AdminRunGraphQLOperationRequest
Generated using TypeDoc
Export
AdminRunGraphQLOperationRequest