GiftCardBulkDelete Object
Deletes gift cards.
Triggers the following webhook events:
- GIFT_CARD_DELETED (async): A gift card was deleted.
type GiftCardBulkDelete {
count: Int!
errors: [GiftCardError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [GiftCardError!]!
Returned By
giftCardBulkDelete mutation