defaultQueryFilteredOperation property
The query used to fetch a member or specific members. Only the header of the operation is required. For example
query GetPerson($input: GetPersonInput!) {
getPerson(input: $input) {}
}
Implementation
final String? defaultQueryFilteredOperation;