INPUT_OBJECT
CategorySortInput
Defines the sort order for the categories listing
link GraphQL Schema definition
- input CategorySortInput {
- # An ID that uniquely identifies the category
- SortEnum :
- # An ID that uniquely identifies the parent category
- SortEnum :
- # Is active category
- SortEnum :
- # The url key assigned to the category
- SortEnum :
- # The url path assigned to the category
- SortEnum :
- # The position of the category relative to other categories at the same level in
- # tree
- SortEnum :
- # Indicates the depth of the category within the tree
- SortEnum :
- # Timestamp indicating when the category was created
- SortEnum :
- # Timestamp indicating when the category was updated
- SortEnum :
- # The number of products in the category
- SortEnum :
- # Include category to navigation menu
- SortEnum :
- }