operation property
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.
Implementation
core.String? operation;