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