ProductOrder
No description
input ProductOrder {
direction: OrderDirection!
attributeId: ID
field: ProductOrderField
}
Fields
ProductOrder.direction ● OrderDirection! non-null enum
Specifies the direction in which to sort products.
ProductOrder.attributeId ● ID scalar
Sort product by the selected attribute's values. Note: this doesn't take translations into account yet.
ProductOrder.field ● ProductOrderField enum
Sort products by the selected field.
Member Of
products query