Interface AdminRunGraphQLOperationRequest

Export

AdminRunGraphQLOperationRequest

Hierarchy

  • AdminRunGraphQLOperationRequest

Properties

operationName?: any

The name of the GraphQL operation specified in query to run.

Memberof

AdminRunGraphQLOperationRequest

query: any

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.

Memberof

AdminRunGraphQLOperationRequest

variables?: any

A stringified JSON object where each field name maps a value to a variable in the specified operation.

Memberof

AdminRunGraphQLOperationRequest

Generated using TypeDoc