Files
clientsflow/Frontend/graphql/operations/send-pilot-message.graphql

6 lines
99 B
GraphQL

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