pub async fn query_flight(
    request: QueryFlightRequest
) -> Result<Response<QueryFlightResponse>, Status>
Expand description

Finds the first possible flight for customer location, flight type and requested time. TODO(R5): Return a stream of messages for live updates on query progress