defaultQueryOperation property
The query used to fetch multiple members. Only the header of the operation is required. For example
query GetPeople() {
getPerson() {}
}
Implementation
final String? defaultQueryOperation;
The query used to fetch multiple members. Only the header of the operation is required. For example
query GetPeople() {
getPerson() {}
}
final String? defaultQueryOperation;