UpdatePresentationThemeInput
Defines the input for updating presentation theme.
input UpdatePresentationThemeInput {
eventId: ID!
name: String
presentationThemeId: ID!
uniqueCode: String
}
Fields
UpdatePresentationThemeInput.eventId
● ID!
non-null scalar
The identifier of the event the presentation theme is associated with.
UpdatePresentationThemeInput.name
● String
scalar
A UTF-8 string representing the name of the presentation theme. Optional.
UpdatePresentationThemeInput.presentationThemeId
● ID!
non-null scalar
The identifier for the presentation theme.
UpdatePresentationThemeInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the presentation theme. Optional.
The value must be unique across all presentation themes for an event.
Member Of
updatePresentationTheme
mutation