GoogleCloudApigeeV1GraphQLOperationArgs

data class GoogleCloudApigeeV1GraphQLOperationArgs(val operation: Output<String>? = null, val operationTypes: Output<List<String>>) : ConvertibleToJava<GoogleCloudApigeeV1GraphQLOperationArgs>

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

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1GraphQLOperationArgs(operation: Output<String>? = null, operationTypes: Output<List<String>>)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1GraphQLOperationArgs

Properties

Link copied to clipboard
val operation: Output<String>? = null

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
val operationTypes: Output<List<String>>

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