get property

The operation used for any single-fetch data operations that should use GraphQL's query. Only the header of the operation is required. For example

query GetPeople() {
  getPerson() {}
}

Implementation

GraphqlOperation? get get => null;