Skip to main content

Type Alias: FindManyPublicParams<S, IncludeSpaceIds>

FindManyPublicParams<S, IncludeSpaceIds> = SpaceSelectionInput & object

Defined in: packages/hypergraph/src/entity/find-many-public.ts:17

Type declaration

filter?

optional filter: EntityFilter<Schema.Schema.Type<S>>

first?

optional first: number

include?

optional include: EntityInclude<S>

includeSpaceIds?

optional includeSpaceIds: IncludeSpaceIds

logInvalidResults?

optional logInvalidResults: boolean

offset?

optional offset: number

orderBy?

optional orderBy: object

orderBy.direction

direction: "asc" | "desc"

orderBy.property

property: keyof Schema.Schema.Type<S>

Type Parameters

S

S extends Schema.Schema.AnyNoContext

IncludeSpaceIds

IncludeSpaceIds extends boolean | undefined = boolean | undefined