UpdatePresentationThemePayload
Defines the payload for updating a presentation theme.
type UpdatePresentationThemePayload {
presentationTheme: PresentationTheme!
}
Fields
UpdatePresentationThemePayload.presentationTheme
● PresentationTheme!
non-null object
The updated presentation theme.
Returned By
updatePresentationTheme
mutation