Skip to main content

DeletePresentationKeywordInput

Defines the input for deleting a presentation keyword.

input DeletePresentationKeywordInput {
eventId: ID!
keywordId: ID!
}

Fields

DeletePresentationKeywordInput.eventId ● ID! non-null scalar

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

DeletePresentationKeywordInput.keywordId ● ID! non-null scalar

The identifier for the presentation keyword.

Member Of

deletePresentationKeyword mutation