SupplierProductSortInput
Sort SupplierProducts by a field and direction.
input SupplierProductSortInput {
direction: SortDirection!
field: PublicSupplierProductSortField!
}
Fields
SupplierProductSortInput.direction
● SortDirection!
non-null enum
SupplierProductSortInput.field
● PublicSupplierProductSortField!
non-null enum
Member of
publicSupplierProducts
query