Interface: CategorySearchInput
Defined in: type/CategorySearchInput.ts:7
Input object for CategorySearchInput
Properties
categoryIds?
optionalcategoryIds?:number[]
Defined in: type/CategorySearchInput.ts:28
Filter by category IDs
createdAtFrom?
optionalcreatedAtFrom?:string
Defined in: type/CategorySearchInput.ts:32
Start date for creation date filtering (ISO 8601 format)
createdAtTo?
optionalcreatedAtTo?:string
Defined in: type/CategorySearchInput.ts:34
End date for creation date filtering (ISO 8601 format)
hidden?
optionalhidden?:YesNo
Defined in: type/CategorySearchInput.ts:13
Find categories by their hidden status
language?
optionallanguage?:string
Defined in: type/CategorySearchInput.ts:11
The language to use when searching categories by name or slug. When omitted the categories default language is used
lastModifiedAtFrom?
optionallastModifiedAtFrom?:string
Defined in: type/CategorySearchInput.ts:36
Start date for modification date filtering (ISO 8601 format)
lastModifiedAtTo?
optionallastModifiedAtTo?:string
Defined in: type/CategorySearchInput.ts:38
End date for modification date filtering (ISO 8601 format)
name?
optionalname?:string
Defined in: type/CategorySearchInput.ts:9
Find categories by name
offset?
optionaloffset?:number
Defined in: type/CategorySearchInput.ts:17
The amount of categories return per page
page?
optionalpage?:number
Defined in: type/CategorySearchInput.ts:15
The page number to return
parentCategoryIds?
optionalparentCategoryIds?:number[]
Defined in: type/CategorySearchInput.ts:26
Filter by parent category IDs
slugs?
optionalslugs?:string[]
Defined in: type/CategorySearchInput.ts:24
Search by category slugs
sortField?
optionalsortField?:CategorySortableFields
Defined in: type/CategorySearchInput.ts:19
Available sortable fields One of: [name, dateCreated, entityDateChanged]
sortOrder
sortOrder:
SortOrder
Defined in: type/CategorySearchInput.ts:21
Sort ordering ['desc' or 'asc']
source?
optionalsource?:string
Defined in: type/CategorySearchInput.ts:40
Source system name (must be used with sourceIds)
sourceIds?
optionalsourceIds?:string[]
Defined in: type/CategorySearchInput.ts:42
Source IDs to filter by (must be used with source)
uuids?
optionaluuids?:string[]
Defined in: type/CategorySearchInput.ts:30
Filter by category UUIDs