Type of the Query metadata.
API
interface Query {
descendants: boolean;
emitDistinctChangesOnly: boolean;
first: boolean;
read: any;
isViewQuery: boolean;
selector: any;
static?: boolean | undefined;
}
descendants
booleanemitDistinctChangesOnly
booleanfirst
booleanread
anyisViewQuery
booleanselector
anystatic
boolean | undefined