TrackHeading
An agenda column heading for a date and track number.
type TrackHeading {
backgroundColor: HexColorCode
createdAt: DateTime!
createdBy: String
date: LocalDate!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
showBoldName: Boolean!
textColor: HexColorCode
}
Fields
TrackHeading.backgroundColor ● HexColorCode scalar
The hex color code to use for the background when rendering the track heading. Optional.
TrackHeading.createdAt ● DateTime! non-null scalar
The date and time the record was created.
TrackHeading.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
TrackHeading.date ● LocalDate! non-null scalar
The date the track is running.
TrackHeading.id ● ID! non-null scalar
The unique identifier for a track heading.
TrackHeading.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
TrackHeading.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
TrackHeading.name ● String! non-null scalar
A UTF-8 string representing the name of the track.
TrackHeading.showBoldName ● Boolean! non-null scalar
A flag indicating whether the name should be bold when rendering the heading in the agenda.
TrackHeading.textColor ● HexColorCode scalar
The hex color code to use when rendering the track heading's text. Optional.
Member Of
Track object