OBJECT
type TripHistoryEntry {changedBy: String! changeTime: DateTime! tripData: [TripHistoryLegData!]! }