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