ContactActionsResponse
No description
type ContactActionsResponse {
data: [ContactActionsData!]!
messages: [String!]!
}
Fields
ContactActionsResponse.data
● [ContactActionsData!]!
non-null object
List of output messaged for actions performed
ContactActionsResponse.messages
● [String!]!
non-null scalar
List of extra messages
Member Of
ContactAddToCompaniesResponse
object ● ContactRemoveFromCompaniesResponse
object