Skip to main content

Mutation: uploadAttachment

Upload a fuel delivery attachment for a flight. Flight must have a Journey Log. Field FUEL_DELIVERY_ATTACHMENT must be enabled for the operator.. Requires access to resource GRAPHQL_JOURNEY_LOG_FUEL_DELIVERY_ATTACHMENT_EDIT. Requires access to given flight

integration {
common {
journeyLogFuelDelivery {
uploadAttachment(
flightNid: FlightNid!
file: Upload!
): NonNullBooleanValueOrErrorList!
}
}
}

Arguments

uploadAttachment.flightNid ● FlightNid! non-null scalar

uploadAttachment.file ● Upload! non-null scalar

Type

NonNullBooleanValueOrErrorList union