GiftCardResend
Resend a gift card.
Added in Saleor 3.1type GiftCardResend {
giftCard: GiftCard
errors: [GiftCardError!]!
}
Fields
GiftCardResend.giftCard
● GiftCard
object
Gift card which has been sent.
GiftCardResend.errors
● [GiftCardError!]!
non-null object
Returned by
giftCardResend
mutation
Was this page helpful?