UpdateHeadingEventAgendaItemInput
Defines the input for updating a Heading Event Agenda Item.
input UpdateHeadingEventAgendaItemInput {
backgroundColor: HexColorCode
comment: String
date: LocalDate
details: String
doNotPublishToAttendeeApp: Boolean
doNotPublishToEventWebsite: Boolean
doNotPublishToOnAir: Boolean
end: LocalTime
eventId: ID!
headingId: ID!
name: String
overview: String
showBoldName: Boolean
showTimes: Boolean
start: LocalTime
textColor: HexColorCode
trackNumbers: [PositiveInt!]
uniqueCode: String
}
Fields
UpdateHeadingEventAgendaItemInput.backgroundColor ● HexColorCode scalar
The hex color code to use for the background when rendering the heading in the agenda. Optional.
When explicitly set to null, the color will be set to the default value, #376092.
UpdateHeadingEventAgendaItemInput.comment ● String scalar
A UTF-8 string comment for the heading. Optional.
UpdateHeadingEventAgendaItemInput.date ● LocalDate scalar
The date for the heading. Optional.
UpdateHeadingEventAgendaItemInput.details ● String scalar
A UTF-8 string that provides a description of the heading. It is not displayed publicly and is intended to be used by event organizers. Optional.
UpdateHeadingEventAgendaItemInput.doNotPublishToAttendeeApp ● Boolean scalar
A flag indicating whether the heading should not be published in the agenda on the Attendee App. Optional.
UpdateHeadingEventAgendaItemInput.doNotPublishToEventWebsite ● Boolean scalar
A flag indicating whether the heading should not be published in the agenda on the Event Website. Optional.
UpdateHeadingEventAgendaItemInput.doNotPublishToOnAir ● Boolean scalar
A flag indicating whether the heading should not be published in the agenda on OnAir. Optional.
UpdateHeadingEventAgendaItemInput.end ● LocalTime scalar
The end time that the heading will be displayed at. Optional.
UpdateHeadingEventAgendaItemInput.eventId ● ID! non-null scalar
The identifier of the event the heading is associated with.
UpdateHeadingEventAgendaItemInput.headingId ● ID! non-null scalar
The identifier of the heading.
UpdateHeadingEventAgendaItemInput.name ● String scalar
A UTF-8 string representing the heading. The value must be unique for all agenda items for an event. Optional.
UpdateHeadingEventAgendaItemInput.overview ● String scalar
A UTF-8 string that provides a brief overview of the heading that is displayed in the agenda. Optional.
UpdateHeadingEventAgendaItemInput.showBoldName ● Boolean scalar
A flag indicating whether the name should be bold when rendering the heading in the agenda. Optional.
UpdateHeadingEventAgendaItemInput.showTimes ● Boolean scalar
A flag indicating whether the start and end times for the heading should be shown in the agenda. Optional.
UpdateHeadingEventAgendaItemInput.start ● LocalTime scalar
The start time that the heading will be displayed at. Optional.
UpdateHeadingEventAgendaItemInput.textColor ● HexColorCode scalar
The hex color code to use when rendering the heading's text in the agenda. Optional.
When explicitly set to null, the color will be set to the default value, #FFFFFF.
UpdateHeadingEventAgendaItemInput.trackNumbers ● [PositiveInt!] list scalar
The agenda track numbers the heading is associated with. The number can be between 1 - 99. Optional.
UpdateHeadingEventAgendaItemInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the heading. Optional.
The value must be unique across all agenda items for an event.
Member Of
updateHeadingEventAgendaItem mutation