RegisterCouponInput
Input for the registerCoupon mutation
input RegisterCouponInput {
code: String!
userId: UUID!
}
Fields
RegisterCouponInput.code ● String! non-null scalar
The code of the coupon.
RegisterCouponInput.userId ● UUID! non-null scalar
The user who wants to register the coupon.
Member Of
registerCoupon mutation