INPUT_OBJECT
add order discount type
input AddOrderDiscountInput {amount: Money!computedAmount: Money!discountId: UUID!id: UUID!isPercent: Boolean!name: String!taxable: Boolean!}