mutation LogPilotNoteMutation($text: String!) { logPilotNote(text: $text) { ok } }