GoogleCloudApigeeV1GraphQLOperationResponse

data class GoogleCloudApigeeV1GraphQLOperationResponse(val operation: String, val operationTypes: List<String>)

Represents the pairing of GraphQL operation types and the GraphQL operation name.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

GraphQL operation name. The name and operation type will be used to apply quotas. If no name is specified, the quota will be applied to all GraphQL operations irrespective of their operation names in the payload.

Link copied to clipboard

GraphQL operation types. Valid values include query or mutation. Note: Apigee does not currently support subscription types.