operationName property

String? operationName
getter/setter pair

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;