speakers { name } } } } class Session(val nodes: List<Node>) class Node( val language: String, val title: String, val startsAt: DateTime, val speakers: List<Speaker> ) class Speaker(val name: String)
use startDateTime instead") val startsAt: String, ) type Conference { startsAt: String @deprecated(reason: "startsAt uses non ISO 8601 format, use startDateTime instead") startDateTime: DateTime }