ProductSortInput
Sort Products by a field and direction.
input ProductSortInput {
direction: SortDirection!
field: ProductSortField!
}
Fields
ProductSortInput.direction
● SortDirection!
non-null enum
ProductSortInput.field
● ProductSortField!
non-null enum
Member of
products
query