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