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