Skip to main content

DeletePresentationThemeInput

Defines the input for deleting a presentation theme.

input DeletePresentationThemeInput {
eventId: ID!
presentationThemeId: ID!
}

Fields

DeletePresentationThemeInput.eventId ● ID! non-null scalar

The identifier of the event the presentation theme is associated with.

DeletePresentationThemeInput.presentationThemeId ● ID! non-null scalar

The identifier for the presentation theme.

Member Of

deletePresentationTheme mutation