giftCardResend Mutation
Resend a gift card.
Triggers the following webhook events:
- NOTIFY_USER (async): A notification for gift card resend.
giftCardResend(
input: GiftCardResendInput!
): GiftCardResend
Details
type GiftCardResend {
giftCard: GiftCard
errors: [GiftCardError!]!
}
Arguments
input ● GiftCardResendInput!
Fields required to resend a gift card.
Type
GiftCardResend
Resend a gift card.
Triggers the following webhook events:
- NOTIFY_USER (async): A notification for gift card resend.