INPUT_OBJECT

OrderTotalPriceRangeInput

link GraphQL Schema definition

1input OrderTotalPriceRangeInput {
2
3# Same currency as shipping option
4shippingPrice: Float
5
6orderValuePercent: Float
7
8# Same currency as shipping option
9fromPrice: Float!
10}