Skip to content

createOfferingCouponInput

Autogenerated input type of createOfferingCoupon

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createOfferingCoupon
"""
input createOfferingCouponInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
amount_off: String
code: String
expires_at: String
flat_amount_off: String
offering_ids: String
promo_type: String
repeat_times: String
usage_limit: String
}