Mutation: uploadAirportBriefFiles
Will add item to checklist if not present. Requires access to resource GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_EDIT. Requires access to given flight
integration {
common {
checklist {
uploadAirportBriefFiles(
flightNid: FlightNid!
files: [ChecklistFileType!]!
): Boolean!
}
}
}
Arguments
uploadAirportBriefFiles.flightNid ● FlightNid! non-null scalar
uploadAirportBriefFiles.files ● [ChecklistFileType!]! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.