Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.87 KB

iqueuequeryoptions.md

File metadata and controls

69 lines (37 loc) · 1.87 KB

@daostack/clientGlobalsIQueueQueryOptions

Interface: IQueueQueryOptions

Hierarchy

Index

Properties

Properties

Optional first

first? : undefined | number

Inherited from ICommonQueryOptions.first

Defined in types.ts:16


Optional orderBy

orderBy? : undefined | string

Inherited from ICommonQueryOptions.orderBy

Defined in types.ts:17


Optional orderDirection

orderDirection? : "asc" | "desc"

Inherited from ICommonQueryOptions.orderDirection

Defined in types.ts:18


Optional skip

skip? : undefined | number

Inherited from ICommonQueryOptions.skip

Defined in types.ts:15


Optional where

where? : undefined | object

Overrides ICommonQueryOptions.where

Defined in queue.ts:23