SortingParamsInput
Ordering options for the returned entities.
input SortingParamsInput {
field: String!
order: Order!
}
Fields
SortingParamsInput.field ● String! non-null scalar
The field to order entities by.
SortingParamsInput.order ● Order! non-null enum
The ordering direction.
Member Of
promotions query