CategoryBulkDeleteResponse
No description
type CategoryBulkDeleteResponse {
deletedIds: [String!]
failedIds: [String!]
failures: [CategoryDeleteFailure!]!
}
Fields
CategoryBulkDeleteResponse.deletedIds ● [String!] list scalar
List of deleted item ids
CategoryBulkDeleteResponse.failedIds ● [String!] list scalar
List of failed item ids
CategoryBulkDeleteResponse.failures ● [CategoryDeleteFailure!]! non-null object
One entry per key in failedIds, in the same order, saying why that key was not deleted.
Empty when nothing failed.
Returned By
categoryDeleteBulk mutation