Skip to main content

ProductOrder Input Type

No description

input ProductOrder {
direction: OrderDirection!
channel: String @deprecated
attributeId: ID
field: ProductOrderField
}

Fields

direction ● OrderDirection!

Specifies the direction in which to sort products.

attributeId ● ID

Sort product by the selected attribute's values. Note: this doesn't take translations into account yet.

field ● ProductOrderField

Sort products 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

products query