6 lines
101 B
GraphQL
6 lines
101 B
GraphQL
mutation SelectChatConversationMutation($id: ID!) {
|
|
selectChatConversation(id: $id) {
|
|
ok
|
|
}
|
|
}
|