Skip to main content

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!
}
}
}

Arguments

replaceAttachmentList.flightNid ● FlightNid! non-null scalar

replaceAttachmentList.fileList ● [Upload!]! non-null scalar

Type

NonNullBooleanValueOrErrorList union