TenderDiscountInput
No description
input TenderDiscountInput {
  tenderId: String!
  type: DiscountType!
  value: Float!
}
Fields
TenderDiscountInput.tenderId ● String! non-null scalar
Tender unique ID
TenderDiscountInput.type ● DiscountType! non-null enum
Order discount type
TenderDiscountInput.value ● Float! non-null scalar
Discount amount/ percentage, depending on discount type
Member Of
tenderUpdateDiscount  mutation