giftCardDelete
Delete gift card.
Added in Saleor 3.1Triggers the following webhook events:
- GIFT_CARD_DELETED (async): A gift card was deleted.
giftCardDelete(
id: ID!
): GiftCardDelete
Arguments
giftCardDelete.id
● ID!
non-null scalar miscellaneous
ID of the gift card to delete.
Type
GiftCardDelete
object gift-cards
Delete gift card.
Added in Saleor 3.1
Triggers the following webhook events:
- GIFT_CARD_DELETED (async): A gift card was deleted.