Skip to main content

DeletePresentationPaperStatusInput

Defines the input for deleting a presentation paper status.

input DeletePresentationPaperStatusInput {
eventId: ID!
paperStatusId: ID!
}

Fields

DeletePresentationPaperStatusInput.eventId ● ID! non-null scalar

The identifier of the event the presentation paper status is associated with.

DeletePresentationPaperStatusInput.paperStatusId ● ID! non-null scalar

The identifier for the presentation paper status.

Member Of

deletePresentationPaperStatus mutation