Interface: ValuesetSearchInput
Defined in: type/ValuesetSearchInput.ts:7
Input object for ValuesetSearchInput
Properties
createdAt?
optionalcreatedAt?:DateSearchInput
Defined in: type/ValuesetSearchInput.ts:13
Search by date created
ids?
optionalids?:number[]
Defined in: type/ValuesetSearchInput.ts:17
Search by ids
lastModifiedAt?
optionallastModifiedAt?:DateSearchInput
Defined in: type/ValuesetSearchInput.ts:15
Search by date changed
names?
optionalnames?:string[]
Defined in: type/ValuesetSearchInput.ts:19
Search by names
offset?
optionaloffset?:number
Defined in: type/ValuesetSearchInput.ts:11
Pagination offset number. [Default to 12]
page?
optionalpage?:number
Defined in: type/ValuesetSearchInput.ts:9
Pagination page number. [Default to 1]
sortInputs?
optionalsortInputs?:ValuesetSortInput[]
Defined in: type/ValuesetSearchInput.ts:23
Inputs to sort by
type?
optionaltype?:ValuesetType
Defined in: type/ValuesetSearchInput.ts:21
Valueset type. One of: [SYSTEM, CUSTOM]