Files
clientsflow/Frontend/graphql/operations/log-pilot-note.graphql

6 lines
91 B
GraphQL

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