defaultQueryOperation property

String? defaultQueryOperation
final

The query used to fetch multiple members. Only the header of the operation is required. For example

query GetPeople() {
  getPerson() {}
}

Implementation

final String? defaultQueryOperation;