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: ISO8601DateTime
flat_amount_off: String
offering_ids: [ID]
promo_type: String
repeat_times: String
usage_limit: String
}