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