INPUT_OBJECT
OfferOrder
Ordering options for Offer-s.
link GraphQL Schema definition
- input OfferOrder {
- # The ordering direction. Default is `ASC`.
- : OrderDirection
- # The field to order by.
- : OfferOrderField!
- }
INPUT_OBJECT
Ordering options for Offer-s.
- input OfferOrder {
- # The ordering direction. Default is `ASC`.
- : OrderDirection
- # The field to order by.
- : OfferOrderField!
- }