Skip to main content

Function: findManyPrivate()

findManyPrivate<S>(handle, type, filter, include): object

Defined in: packages/hypergraph/src/entity/find-many-private.ts:244

Queries for a list of entities of the given type from the repo.

Type Parameters

S

S extends AnyNoContext

Parameters

handle

DocHandle<DocumentContent>

type

S

filter

undefined | EntityFilter<Type<S>>

include

undefined | Partial<Record<Extract<keyof Type<S>, string>, boolean | RelationIncludeBranch>>

Returns

object

corruptEntityIds

corruptEntityIds: readonly string[]

entities

entities: readonly Entity<S>[]