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