ContactBulkDeleteResponse
No description
type ContactBulkDeleteResponse {
deletedIds: [String!]
failedIds: [String!]
failures: [ContactDeleteFailure!]!
}
Fields
ContactBulkDeleteResponse.deletedIds ● [String!] list scalar
List of deleted item ids
ContactBulkDeleteResponse.failedIds ● [String!] list scalar
List of failed item ids
ContactBulkDeleteResponse.failures ● [ContactDeleteFailure!]! 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
contactDeleteBulk mutation