PricesheetSortInput
Defines the sorting options for pricesheet queries.
input PricesheetSortInput {
field: PricesheetSortField!
order: SortOrder!
}
Fields
PricesheetSortInput.field
● PricesheetSortField!
non-null enum
The field to sort the pricesheets by.
PricesheetSortInput.order
● SortOrder!
non-null enum
The direction to sort the results (ascending or descending).
Member Of
PricesheetSearchInput
input