ContactAddToCompaniesResponse
No description
type ContactAddToCompaniesResponse {
contact: Contact!
actions: ContactActionsResponse!
}
Fields
ContactAddToCompaniesResponse.contact
● Contact!
non-null object
The contact object
ContactAddToCompaniesResponse.actions
● ContactActionsResponse!
non-null object
Output messages about the actions performed.
Returned By
contactAddToCompanies
mutation