Skip to main content
Version: 3.x

CollectionSortingInput

No description

input CollectionSortingInput {
direction: OrderDirection!
channel: String
field: CollectionSortField!
}

Fields

CollectionSortingInput.direction ● OrderDirection! non-null enum

Specifies the direction in which to sort collections.

CollectionSortingInput.channel ● String scalar

Specifies the channel in which to sort the data.

DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead.

CollectionSortingInput.field ● CollectionSortField! non-null enum

Sort collections by the selected field.

Member of

collections query


Was this page helpful?