Skip to main content

DeletePresentationSubThemeInput

Defines the input for deleting a presentation sub theme.

input DeletePresentationSubThemeInput {
eventId: ID!
presentationSubThemeId: ID!
}

Fields

DeletePresentationSubThemeInput.eventId ● ID! non-null scalar

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

DeletePresentationSubThemeInput.presentationSubThemeId ● ID! non-null scalar

The identifier for the sub theme.

Member Of

deletePresentationSubTheme mutation