Skip to main content

flight-support/mutation/setServiceStatus

mutation {
integration {
flightSupport {
setServiceStatus(
flightNid: 12345678
services: [{ service: PPR_ADES, status: PENDING, fsNote: "PPR in progress, expected by tomorrow." }]
) {
flight {
flightNid
}
serviceList {
service
note
requested
status
fsNote
}
}
}
}
}