6 lines
99 B
GraphQL
6 lines
99 B
GraphQL
mutation SendPilotMessageMutation($text: String!) {
|
|
sendPilotMessage(text: $text) {
|
|
ok
|
|
}
|
|
}
|