flight-support/mutation/setSlotTime
mutation {
integration {
flightSupport {
setSlotAdepTime(flightNid: 12345678, time: "13:15") {
flight {
flightNid
slotAdep {
... on FlightSupportSlotChecklistItemValue {
value {
status {
status
abbreviation
caption
order
typeNid
color
}
comment
provider {
email
name
}
time
}
}
... on ErrorList {
errorList {
message
category
path
}
}
}
}
}
setSlotAdesTime(flightNid: 12345678, time: "14:05") {
flight {
flightNid
slotAdes {
... on FlightSupportSlotChecklistItemValue {
value {
status {
status
abbreviation
caption
order
typeNid
color
}
comment
provider {
email
name
}
time
}
}
... on ErrorList {
errorList {
message
category
path
}
}
}
}
}
}
}
}