Skip to main content

Track

Defines information about the track an agenda item is associated with.

An agenda is often separated into more than one "track" to allow attendees to choose from multiple simultaneous sessions.

type Track {
heading: TrackHeading
number: PositiveInt!
}

Fields

Track.heading ● TrackHeading object

The heading for a track displayed in the agenda. Optional.

Track.number ● PositiveInt! non-null scalar

The track number. This can be a value between 1-99.

Member Of

ActivityBreakEventAgendaItem object ● EventAgendaItem interface ● Function object ● FunctionEventAgendaItem object ● HeadingEventAgendaItem object ● InformationEventAgendaItem object ● Session object ● SessionEventAgendaItem object