operationName property
The name of the GraphQL operation name.
Required only if query
contains multiple operations. See
https://graphql.org/learn/queries/#operation-name.
Optional.
Implementation
core.String? operationName;
The name of the GraphQL operation name.
Required only if query
contains multiple operations. See
https://graphql.org/learn/queries/#operation-name.
Optional.
core.String? operationName;