Files
clientsflow/frontend/graphql/operations/send-pilot-message.graphql
2026-02-20 12:10:25 +07:00

6 lines
99 B
GraphQL

mutation SendPilotMessageMutation($text: String!) {
sendPilotMessage(text: $text) {
ok
}
}