Skip to content

updateConversation

Update a Conversation and return Conversation

Arguments

input · updateConversationInput · Parameters for updateConversation

Returns

updateConversationPayload

Example

mutation updateConversation($input: updateConversationInput) {
updateConversation(input: $input) {
conversation
messages
}
}