Function: findMany()
findMany<
S
>(handle
,type
,filter
,include
):object
Defined in: packages/hypergraph/src/entity/findMany.ts:238
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
| { [K in string | number | symbol]?: Record<string, Record<string, never>> }
Returns
object
corruptEntityIds
corruptEntityIds: readonly
string
[]
entities
entities: readonly
Entity
<S
>[]