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 deprecated
Member Of
products query