Skip to main content

giftCardUnassignUser Mutation

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.
giftCardUnassignUser(
id: ID!
): GiftCardUnassignUser
Details
type GiftCardUnassignUser {
giftCard: GiftCard
giftCardErrors: [GiftCardError!]! @deprecated
errors: [GiftCardError!]!
}

Arguments

id ● ID!

ID of the gift card.

Type

GiftCardUnassignUser

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.