View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphQLOperation (google_api_apigee v0.46.0)

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

Attributes

  • operation (type: String.t, default: nil) - 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.
  • operationTypes (type: list(String.t), default: nil) - Required. GraphQL operation types. Valid values include query or mutation. Note: Apigee does not currently support subscription types.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphQLOperation{
  operation: String.t() | nil,
  operationTypes: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.