INPUT_OBJECT
add discount definition
input AddDiscountInput {amount: Money!categoryId: UUIDdiscountType: DiscountType!isPercent: Boolean!itemId: UUIDname: String!organizationUnitId: UUID!securityLevel: Inttaxable: Boolean!}