GiftCardBulkDelete
Delete gift cards.
Added in Saleor 3.1type 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
Was this page helpful?