Skip to content

SelectQueryOptions

Defined in: types.ts:135

Options for select queries

TTable

optional explain: boolean

Defined in: types.ts:148


optional fetch: string[]

Defined in: types.ts:143


optional from: string | RecordId<string>

Defined in: types.ts:137


optional groupBy: (string | keyof TTable)[]

Defined in: types.ts:144


optional limit: number

Defined in: types.ts:141


optional only: boolean

Defined in: types.ts:149


optional orderBy: OrderByClause[]

Defined in: types.ts:140


optional parallel: boolean

Defined in: types.ts:145


optional select: (string | keyof TTable)[]

Defined in: types.ts:138


optional start: number

Defined in: types.ts:142


optional timeout: string | number

Defined in: types.ts:146


optional vars: Record<string, unknown>

Defined in: types.ts:150


optional where: string

Defined in: types.ts:139


optional with: string[]

Defined in: types.ts:147