@daostack/client › Globals › ISchemeQueryOptions
Interface: ISchemeQueryOptions
Hierarchy
-
↳ ISchemeQueryOptions
Index
Properties
Properties
Optional
first
• first? : *undefined | number* |
Inherited from ICommonQueryOptions.first
Overrides ICommonQueryOptions.first
Defined in types.ts:16
Optional
orderBy
• orderBy? : *undefined | string* |
Inherited from ICommonQueryOptions.orderBy
Overrides ICommonQueryOptions.orderBy
Defined in types.ts:17
Optional
orderDirection
• orderDirection? : *“asc” | “desc”* |
Inherited from ICommonQueryOptions.orderDirection
Overrides ICommonQueryOptions.orderDirection
Defined in types.ts:18
Optional
skip
• skip? : *undefined | number* |
Inherited from ICommonQueryOptions.skip
Overrides ICommonQueryOptions.skip
Defined in types.ts:15
Optional
where
• where? : *undefined | object* |
Overrides ICommonQueryOptions.where
Defined in schemes/base.ts:73
Defined in schemes/base.ts:88
Defined in scheme.ts:76
Defined in scheme.ts:91