CategoryDeleteFailure
No description
type CategoryDeleteFailure {
key: String!
categoryId: Int
reason: CategoryDeleteFailureReason!
}
Fields
CategoryDeleteFailure.key ● String! non-null scalar
The key from the request that was not deleted, exactly as it was sent.
CategoryDeleteFailure.categoryId ● Int scalar
Numeric id of the category, when it could be established. Null for a key that resolved to no category and was not itself an id.
CategoryDeleteFailure.reason ● CategoryDeleteFailureReason! non-null enum
Why it was not deleted.
Member Of
CategoryBulkDeleteResponse object