Files
telegram-like-messenger/apps/android/app/src/main/graphql/SendMessage.graphql
T
root 9494f85b78
CI / schema-and-codegen (push) Failing after 29s
Initial commit
2026-06-20 03:54:40 -04:00

8 lines
128 B
GraphQL

mutation SendMessage($chatId: ID!, $body: String) {
sendMessage(chatId: $chatId, body: $body) {
id
seq
body
}
}