INPUT_OBJECT

CategorySortTypeInput

Set either sortType or pricelist

link GraphQL Schema definition

1input CategorySortTypeInput {
2
3sortType: CategorySortType
4
5# Exactly one input field should be provided
6pricelist: PricelistInput
7}