Skip to main content

CollectionSortingInput Input Type

No description

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

Fields

direction ● OrderDirection!

Specifies the direction in which to sort collections.

field ● CollectionSortField!

Sort collections by the selected field.

Show deprecatedHide deprecated

channel ● String

DEPRECATED

Use root-level channel argument instead.

Specifies the channel in which to sort the data.

Member Of

collections query