Mutation: deleteJourneyLogFile
Requires access to given flight
journeyLog {
deleteJourneyLogFile(
flightNid: FlightNid!
fileId: String!
): Boolean!
}
Arguments
deleteJourneyLogFile.flightNid ● FlightNid! non-null scalar
deleteJourneyLogFile.fileId ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.