PaginateOptions
PaginateOptions =
object
Defined in: packages/db/src/types.ts:138
Properties
Section titled “Properties”cache?
Section titled “cache?”
optionalcache:QueryCacheOptions
Defined in: packages/db/src/types.ts:145
columns?
Section titled “columns?”
optionalcolumns:Record<string,boolean>
Defined in: packages/db/src/types.ts:139
cursorColumns?
Section titled “cursorColumns?”
optionalcursorColumns:unknown[]
Defined in: packages/db/src/types.ts:142
orderBy?
Section titled “orderBy?”
optionalorderBy:unknown
Defined in: packages/db/src/types.ts:141
orderDirection?
Section titled “orderDirection?”
optionalorderDirection:"asc"|"desc"
Defined in: packages/db/src/types.ts:143
where?
Section titled “where?”
optionalwhere:unknown
Defined in: packages/db/src/types.ts:140
optionalwith:Record<string,unknown>
Defined in: packages/db/src/types.ts:144