UpdateCeContactStoreFunctionInput
Defines the input for updating a continuing education contact store function.
input UpdateCeContactStoreFunctionInput {
backgroundColor: HexColorCode
ceContactStoreId: ID!
comment: String
customFields: [CustomFieldInput!]
date: LocalDate
details: String
doNotPublishToAttendeeApp: Boolean
doNotPublishToEventWebsite: Boolean
doNotPublishToMyAgenda: Boolean
doNotPublishToOnAir: Boolean
enableCheckInViaOrganizerApp: Boolean
enableCheckOutViaOrganizerApp: Boolean
end: LocalTime
endsOnNextDay: Boolean
expectedAttendees: Int
foodAndBeverage: String
functionGroupId: ID
functionId: ID!
guestType: FunctionGuestType
inventoryLimit: PositiveInt
locationId: ID
name: String
overview: String
roomSetup: String
showBoldTitle: Boolean
start: LocalTime
textColor: HexColorCode
trackNumbers: [PositiveInt!]
uniqueCode: String
}
Fields
UpdateCeContactStoreFunctionInput.backgroundColor
● HexColorCode
scalar
The hex color code to use for the background when rendering the function in the agenda. Optional.
When explicitly set to null
, the color will be set to the default value, #376092
.
UpdateCeContactStoreFunctionInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the function is associated with.
UpdateCeContactStoreFunctionInput.comment
● String
scalar
A UTF-8 string comment for the function. Optional.
UpdateCeContactStoreFunctionInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create for the function. Optional.
UpdateCeContactStoreFunctionInput.date
● LocalDate
scalar
The date for the function. Optional.
UpdateCeContactStoreFunctionInput.details
● String
scalar
A UTF-8 string that provides a description of the function. It is not displayed publicly and is intended to be used by event organizers. Optional.
UpdateCeContactStoreFunctionInput.doNotPublishToAttendeeApp
● Boolean
scalar
A flag indicating whether the function should not be published in the agenda on the Attendee App. Optional.
The default value is false
.
UpdateCeContactStoreFunctionInput.doNotPublishToEventWebsite
● Boolean
scalar
A flag indicating whether the function should not be published in the agenda on the Event Website. Optional.
The default value is false
.
UpdateCeContactStoreFunctionInput.doNotPublishToMyAgenda
● Boolean
scalar
A flag indictating whether the function should not be published in the agenda in My Agenda. Optional.
The default value is false
.
UpdateCeContactStoreFunctionInput.doNotPublishToOnAir
● Boolean
scalar
A flag indicating whether the function should not be published in the agenda on OnAir. Optional.
The default value is false
.
UpdateCeContactStoreFunctionInput.enableCheckInViaOrganizerApp
● Boolean
scalar
A flag indicating whether check in for the function is enabled via scanning in the Organizer App. Optional.
The default value is false
.
UpdateCeContactStoreFunctionInput.enableCheckOutViaOrganizerApp
● Boolean
scalar
A flag indicating whether check out for the function is enabled via scanning in the Organizer App. Optional.
The default value is false
.
UpdateCeContactStoreFunctionInput.end
● LocalTime
scalar
The end time that the function will be displayed at. Optional.
UpdateCeContactStoreFunctionInput.endsOnNextDay
● Boolean
scalar
A flag indicating whether the function ends on the next day. Optional.
UpdateCeContactStoreFunctionInput.expectedAttendees
● Int
scalar
The number of attendees expected for the function. Optional.
UpdateCeContactStoreFunctionInput.foodAndBeverage
● String
scalar
A UTF-8 string detailing the food and beverage for the function. Optional.
UpdateCeContactStoreFunctionInput.functionGroupId
● ID
scalar
The identifier of the function group the function is associated with. Optional.
UpdateCeContactStoreFunctionInput.functionId
● ID!
non-null scalar
The identifier of the function.
UpdateCeContactStoreFunctionInput.guestType
● FunctionGuestType
enum
The guest type for the function. Optional.
UpdateCeContactStoreFunctionInput.inventoryLimit
● PositiveInt
scalar
The inventory limit for this function. Optional.
If set to null the inventory will be unlimited.
UpdateCeContactStoreFunctionInput.locationId
● ID
scalar
The identifier of the location for this function. Optional.
UpdateCeContactStoreFunctionInput.name
● String
scalar
A UTF-8 string representing the function. The value must be unique for all agenda items for an event. Optional.
UpdateCeContactStoreFunctionInput.overview
● String
scalar
A UTF-8 string that provides a brief overview of the function that is displayed in the agenda. Optional.
UpdateCeContactStoreFunctionInput.roomSetup
● String
scalar
A UTF-8 string detailing the room setup for the function such as information about seating, podium and other room layout options. Optional.
UpdateCeContactStoreFunctionInput.showBoldTitle
● Boolean
scalar
A flag indicating whether the title should be bold when rendering the function in the agenda. Optional.
The default value is false
.
UpdateCeContactStoreFunctionInput.start
● LocalTime
scalar
The time the function will start. Optional.
UpdateCeContactStoreFunctionInput.textColor
● HexColorCode
scalar
The hex color code to use when rendering the function's text in the agenda. Optional.
When explicitly set to null
, the color will be set to the default value, #FFFFFF
.
UpdateCeContactStoreFunctionInput.trackNumbers
● [PositiveInt!]
list scalar
The agenda track numbers the function is associated with. The number can be between 1 - 99. Optional.
UpdateCeContactStoreFunctionInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the function. Optional.
The value must be unique across all agenda items for an event.
Member Of
updateCeContactStoreFunction
mutation