6 lines
103 B
GraphQL
6 lines
103 B
GraphQL
mutation ArchiveChatConversationMutation($id: ID!) {
|
|
archiveChatConversation(id: $id) {
|
|
ok
|
|
}
|
|
}
|