PresentationTheme
Presentation theme.
type PresentationTheme {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
subThemes: [PresentationSubTheme!]!
uniqueCode: String
}
Fields
PresentationTheme.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
PresentationTheme.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
PresentationTheme.id
● ID!
non-null scalar
The unique identifier for the presentation theme.
PresentationTheme.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
PresentationTheme.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
PresentationTheme.name
● String!
non-null scalar
The name the presentation theme.
PresentationTheme.subThemes
● [PresentationSubTheme!]!
non-null object
Presentation sub-themes.
PresentationTheme.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the theme. Optional.
The value must be unique across all themes for an event.
Member Of
Presentation
object ● PresentationSetup
object