conversationChangeContact
Change the contact associated with a conversation.
For example:
mutation(
$conversationId: ID!,
$contactId: ID!
) {
conversationChangeContact(
input: {
conversationId: $conversationId,
contactId: $contactId
}
) {
conversation {
id
}
diffs {
query
delta
}
errors {
message
path
}
}
}
conversationChangeContact(
input: ConversationChangeContactInput!
): ConversationChangeContactPayload
Arguments
conversationChangeContact.input ● ConversationChangeContactInput! non-null input common
Parameters for ConversationChangeContact
Type
ConversationChangeContactPayload object common
Autogenerated return type of ConversationChangeContact