CustomerGetsInput
No description
input CustomerGetsInput {
quantity: Int
percentage: Float!
itemsType: DiscountItemsType!
items: CustomerGetsItemsInput!
}
Fields
CustomerGetsInput.quantity ● Int scalar
CustomerGetsInput.percentage ● Float! non-null scalar
CustomerGetsInput.itemsType ● DiscountItemsType! non-null enum
CustomerGetsInput.items ● CustomerGetsItemsInput! non-null input
Member Of
BuyXGetYDiscountInput input