GiftCardBulkDelete
Delete gift cards.
Added in Saleor 3.1Triggers the following webhook events:
- GIFT_CARD_DELETED (async): A gift card was deleted.
type GiftCardBulkDelete {
count: Int!
errors: [GiftCardError!]!
}
Fields
GiftCardBulkDelete.count
● Int!
non-null scalar
Returns how many objects were affected.
GiftCardBulkDelete.errors
● [GiftCardError!]!
non-null object
Returned by
giftCardBulkDelete
mutation