ProductOrder Input Type
No description
input ProductOrder {
direction: OrderDirection!
channel: String @deprecated
attributeId: ID
field: ProductOrderField
}
Fields
ProductOrder.direction
● OrderDirection!
non-null enum miscellaneous
Specifies the direction in which to sort products.
ProductOrder.channel
● String
deprecated scalar miscellaneous
DEPRECATED
Use root-level channel argument instead.
Specifies the channel in which to sort the data.
ProductOrder.attributeId
● ID
scalar miscellaneous
Sort product by the selected attribute's values. Note: this doesn't take translations into account yet.
ProductOrder.field
● ProductOrderField
enum products
Sort products by the selected field.
Member Of
products
query