No description

type BookingItem {
  startDateTime: Time
  endDateTime: Time
  address: String
  departureLocation: String
  arrivalLocation: String
  layoverLocations: [String]
  activityType: ActivityType!
}

Fields

startDateTime
Time

CheckIn time of a booking

endDateTime
Time

CheckOut time of a booking

address
String

The location of a trip

departureLocation
String

The location where a booking flight takes off from

arrivalLocation
String

The location of arrival of a booking flight

layoverLocations
[String]

An string listing the stops of a flight between its departure and arrival locations