Narrows query results based on the type value extracted from a filter object. If the filter's type resolves to specific entity names, returns an array of those entity attribute types. Otherwise falls back to the full QueryResults<T> union.
type
QueryResults<T>
The root entity being queried.
The filter object from which type is extracted.
Narrows query results based on the
typevalue extracted from a filter object. If the filter'styperesolves to specific entity names, returns an array of those entity attribute types. Otherwise falls back to the fullQueryResults<T>union.