GraphQL GraphQL INPUT_OBJECT
Items with quantity that should be refunded.
input RefundQuantityItemInput {# Running number of the item in the purchase.runningNumber: Int!# Quantity that should be refunded.quantity: Int!}