GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphQLOperation (google_api_apigee v0.32.0) View Source
GraphQLOperation represents the pairing of graphQL operation types and the graphQL operation name.
Attributes
-
operation
(type:String.t
, default:nil
) - GraphQL operation name, along with operation type which will be used to associate quotas with. 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.query
,mutation
andsubscription
are the three operation types offered by graphQL. Currently we support onlyquery
andmutation
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.