Mutation: acceptLatestFlightTime
Requires access to resource GRAPHQL_FLIGHT_EDIT
integration {
foreFlight {
acceptLatestFlightTime(
flightNid: FlightNid!
flightTime: Time!
): Boolean!
}
}
Arguments
acceptLatestFlightTime.flightNid ● FlightNid! non-null scalar
acceptLatestFlightTime.flightTime ● Time! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.