GiftCardBulkActivate
Activate gift cards.
Added in Saleor 3.1type GiftCardBulkActivate {
count: Int!
errors: [GiftCardError!]!
}
Fields
GiftCardBulkActivate.count ● Int! non-null scalar
Returns how many objects were affected.
GiftCardBulkActivate.errors ● [GiftCardError!]! non-null object
Returned by
giftCardBulkActivate mutation
Was this page helpful?