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?
optionalfilter:EntityFilter<Schema.Schema.Type<S>>
Defined in: packages/hypergraph/src/entity/search-many-public.ts:16
first?
optionalfirst:number
Defined in: packages/hypergraph/src/entity/search-many-public.ts:20
include?
optionalinclude:EntityInclude<S>
Defined in: packages/hypergraph/src/entity/search-many-public.ts:18
includeSpaceIds?
optionalincludeSpaceIds:IncludeSpaceIds
Defined in: packages/hypergraph/src/entity/search-many-public.ts:22
offset?
optionaloffset: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