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 miscellaneous
Returns how many objects were affected.
GiftCardBulkDelete.errors
● [GiftCardError!]!
non-null object gift-cards
Returned By
giftCardBulkDelete
mutation