6 lines
91 B
GraphQL
6 lines
91 B
GraphQL
mutation LogPilotNoteMutation($text: String!) {
|
|
logPilotNote(text: $text) {
|
|
ok
|
|
}
|
|
}
|