Skip to main content

CollectionSortingInput Input Type

No description

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

Fields

CollectionSortingInput.direction ● OrderDirection! non-null enum miscellaneous

Specifies the direction in which to sort collections.

CollectionSortingInput.channel ● String deprecated scalar miscellaneous

DEPRECATED

Use root-level channel argument instead.

Specifies the channel in which to sort the data.

CollectionSortingInput.field ● CollectionSortField! non-null enum products

Sort collections by the selected field.

Member Of

collections query