Skip to content

updateConversation

Update a conversation and return the conversation. Maximum of 256 members allowed per conversation.

Arguments

input · updateConversationInput · Parameters for updateConversation

Returns

updateConversationPayload

Example

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