giftCardBulkDelete
Delete gift cards.
Added in Saleor 3.1Triggers the following webhook events:
- GIFT_CARD_DELETED (async): A gift card was deleted.
giftCardBulkDelete(
ids: [ID!]!
): GiftCardBulkDelete
Arguments
giftCardBulkDelete.ids
● [ID!]!
non-null scalar miscellaneous
List of gift card IDs to delete.
Type
GiftCardBulkDelete
object gift-cards
Delete gift cards.
Added in Saleor 3.1
Triggers the following webhook events:
- GIFT_CARD_DELETED (async): A gift card was deleted.