CreatePresentationSubThemeInput
Defines the input for creating presentation theme.
input CreatePresentationSubThemeInput {
eventId: ID!
name: String!
presentationThemeId: ID!
uniqueCode: String
}
Fields
CreatePresentationSubThemeInput.eventId
● ID!
non-null scalar
The identifier of the event the sub theme is associated with.
CreatePresentationSubThemeInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the sub theme.
CreatePresentationSubThemeInput.presentationThemeId
● ID!
non-null scalar
The identifier of the presentation theme that the sub theme is associated with.
CreatePresentationSubThemeInput.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
createPresentationSubTheme
mutation