Skip to content

@lubusin/wp-frappe-data-store / FrappeListQuery

Type Alias: FrappeListQuery

FrappeListQuery = object

Defined in: src/types.ts:53

Parameters for querying a list of Frappe resources.

Indexable

[key: string]: unknown

Properties

distinct?

optional distinct?: boolean

Defined in: src/types.ts:61


fields?

optional fields?: string[]

Defined in: src/types.ts:54


filters?

optional filters?: FrappeFilter[] | Record<string, unknown>

Defined in: src/types.ts:55


groupBy?

optional groupBy?: string

Defined in: src/types.ts:60


limit?

optional limit?: number

Defined in: src/types.ts:59


limitStart?

optional limitStart?: number

Defined in: src/types.ts:58


orderBy?

optional orderBy?: string

Defined in: src/types.ts:57


orFilters?

optional orFilters?: FrappeFilter[]

Defined in: src/types.ts:56

Released under the MIT License.