UpdatePresentationPaperStatusInput
Defines the input for creating presentation paper status.
input UpdatePresentationPaperStatusInput {
eventId: ID!
name: String
paperStatusId: ID!
uniqueCode: String
}
Fields
UpdatePresentationPaperStatusInput.eventId
● ID!
non-null scalar
The identifier of the event the presentation paper status is associated with.
UpdatePresentationPaperStatusInput.name
● String
scalar
A UTF-8 string representing the name of the presentation paper status. Optional.
The value must be unique across all presentation paper statuses for an event.
UpdatePresentationPaperStatusInput.paperStatusId
● ID!
non-null scalar
The identifier for the presentation paper status.
UpdatePresentationPaperStatusInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the presentation paper status. Optional.
The value must be unique across all presentation paper statuses in the event.
Member Of
updatePresentationPaperStatus
mutation