GiftCardResend
Resend a gift card.
Added in Saleor 3.1Triggers the following webhook events:
- NOTIFY_USER (async): A notification for gift card resend.
type GiftCardResend {
giftCard: GiftCard
errors: [GiftCardError!]!
}
Fields
GiftCardResend.giftCard
● GiftCard
object gift-cards
Gift card which has been sent.
GiftCardResend.errors
● [GiftCardError!]!
non-null object gift-cards
Returned By
giftCardResend
mutation