Interface: ICommonQueryOptions
January 17, 2020 · View on GitHub
@daostack/client › Globals › ICommonQueryOptions
Interface: ICommonQueryOptions
Hierarchy
-
ICommonQueryOptions
↳ ICompetitionSuggestionQueryOptions
Index
Properties
Properties
Optional first
• first? : undefined | number
Defined in types.ts:16
Optional orderBy
• orderBy? : undefined | string
Defined in types.ts:17
Optional orderDirection
• orderDirection? : "asc" | "desc"
Defined in types.ts:18
Optional skip
• skip? : undefined | number
Defined in types.ts:15
Optional where
• where? : any
Defined in types.ts:19