Skip to main content

Type Alias: SearchManyPublicParams<S, IncludeSpaceIds>

SearchManyPublicParams<S, IncludeSpaceIds> = object

Defined in: packages/hypergraph/src/entity/search-many-public.ts:11

Type Parameters

S

S extends Schema.Schema.AnyNoContext

IncludeSpaceIds

IncludeSpaceIds extends boolean | undefined = boolean | undefined

Properties

filter?

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

Defined in: packages/hypergraph/src/entity/search-many-public.ts:16


first?

optional first: number

Defined in: packages/hypergraph/src/entity/search-many-public.ts:20


include?

optional include: EntityInclude<S>

Defined in: packages/hypergraph/src/entity/search-many-public.ts:18


includeSpaceIds?

optional includeSpaceIds: IncludeSpaceIds

Defined in: packages/hypergraph/src/entity/search-many-public.ts:22


offset?

optional offset: number

Defined in: packages/hypergraph/src/entity/search-many-public.ts:21


query

query: string

Defined in: packages/hypergraph/src/entity/search-many-public.ts:15


space

space: string | undefined

Defined in: packages/hypergraph/src/entity/search-many-public.ts:19