Function: subscribeToFindMany()
subscribeToFindMany<
S>(handle,type,filter,include):FindManySubscription<S>
Defined in: packages/hypergraph/src/entity/find-many-private.ts:413
Type Parameters
S
S extends AnyNoContext
Parameters
handle
DocHandle<DocumentContent>
type
S
filter
undefined | { [K in string | number | symbol]?: EntityFieldFilter<Type<S>[K]> }
include
undefined | Partial<Record<Extract<keyof Type<S>, string>, boolean | RelationIncludeBranch>>