ContactOperationResponse
Response for importing Contacts from a connected service or deleting a Contact
type ContactOperationResponse {
success: Boolean!
errors: [String!]
}
Fields
ContactOperationResponse.success ● Boolean! non-null scalar
Whether the operation was successful
ContactOperationResponse.errors ● [String!] list scalar
List of errors that may have occurred during the operation
Returned By
deleteContact mutation ● importContacts mutation