@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?
optionaldistinct?:boolean
Defined in: src/types.ts:61
fields?
optionalfields?:string[]
Defined in: src/types.ts:54
filters?
optionalfilters?:FrappeFilter[] |Record<string,unknown>
Defined in: src/types.ts:55
groupBy?
optionalgroupBy?:string
Defined in: src/types.ts:60
limit?
optionallimit?:number
Defined in: src/types.ts:59
limitStart?
optionallimitStart?:number
Defined in: src/types.ts:58
orderBy?
optionalorderBy?:string
Defined in: src/types.ts:57
orFilters?
optionalorFilters?:FrappeFilter[]
Defined in: src/types.ts:56