CreatePresentationThemePayload
Defines the payload for creating a presentation theme.
type CreatePresentationThemePayload {
presentationTheme: PresentationTheme!
}
Fields
CreatePresentationThemePayload.presentationTheme
● PresentationTheme!
non-null object
The created presentation theme.
Returned By
createPresentationTheme
mutation