Skip to main content

GiftCardUnassignUser Object

Remove a customer restriction from a gift card.

Added in Saleor 3.23.

Requires the MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_UPDATED (async): A gift card was updated.
type GiftCardUnassignUser {
giftCard: GiftCard
giftCardErrors: [GiftCardError!]! @deprecated
errors: [GiftCardError!]!
}

Fields

giftCard ● GiftCard

The unassigned gift card.

errors ● [GiftCardError!]!

Show deprecatedHide deprecated

giftCardErrors ● [GiftCardError!]!

DEPRECATED

Use errors field instead.

Returned By

giftCardUnassignUser mutation