Skip to main content

Mutation: declineLatestFlightTime

Requires access to resource GRAPHQL_FLIGHT_EDIT

integration {
foreFlight {
declineLatestFlightTime(
flightNid: FlightNid!
flightTime: Time!
): Boolean!
}
}

Arguments

declineLatestFlightTime.flightNid ● FlightNid! non-null scalar

declineLatestFlightTime.flightTime ● Time! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.