Mutation: replaceAttachmentList
Replace all fuel delivery attachments for a flight. Existing files are removed before new files are stored.. Requires access to resource GRAPHQL_JOURNEY_LOG_FUEL_DELIVERY_ATTACHMENT_EDIT. Requires access to given flight
integration {
common {
journeyLogFuelDelivery {
replaceAttachmentList(
flightNid: FlightNid!
fileList: [Upload!]!
): NonNullBooleanValueOrErrorList!
}
}
}