DeletePresentationInput
Defines the input for deleting a presentation.
input DeletePresentationInput {
eventId: ID!
presentationId: ID!
}
Fields
DeletePresentationInput.eventId ● ID! non-null scalar
The identifier of the event the presentation is associated with.
DeletePresentationInput.presentationId ● ID! non-null scalar
The identifier of the presentation.
Member Of
deletePresentation mutation