postgrestx-monorepo / tanstack/src / TableQueryParams
Interface: TableQueryParams
Defined in: packages/tanstack/src/index.ts:24
Extends
Omit
<QueryOptions
,"headers"
>
Properties
select?
optional
select:string
Defined in: packages/core/src/postgrest/types.ts:68
Inherited from
filters?
optional
filters:Filter
[]
Defined in: packages/core/src/postgrest/types.ts:69
Inherited from
order?
optional
order:string
|string
[]
Defined in: packages/core/src/postgrest/types.ts:70
Inherited from
limit?
optional
limit:number
Defined in: packages/core/src/postgrest/types.ts:71
Inherited from
offset?
optional
offset:number
Defined in: packages/core/src/postgrest/types.ts:72
Inherited from
range?
optional
range:Pagination
Defined in: packages/core/src/postgrest/types.ts:73
Inherited from
count?
optional
count:CountStrategy
Defined in: packages/core/src/postgrest/types.ts:74
Inherited from
prefer?
optional
prefer:PreferenceOptions
Defined in: packages/core/src/postgrest/types.ts:78
Preferences to include in the Prefer header
Inherited from
resource
resource:
string
Defined in: packages/tanstack/src/index.ts:25