Skip to main content

Mutation: deleteChecklistFiles

Delete files from the PnrGO checklist item by file names. Requires access to given flight

integration {
pnrGo {
deleteChecklistFiles(
flightNid: FlightNid!
files: [String!]!
): Boolean!
}
}

Arguments

deleteChecklistFiles.flightNid ● FlightNid! non-null scalar

deleteChecklistFiles.files ● [String!]! non-null scalar

Files names to delete

Type

Boolean scalar

The Boolean scalar type represents true or false.