mutation ArchiveChatConversationMutation($id: ID!) { archiveChatConversation(id: $id) { ok } }