CreatePresentationPaperStatusInput
Defines the input for creating presentation paper status.
input CreatePresentationPaperStatusInput {
eventId: ID!
name: String!
uniqueCode: String
}
Fields
CreatePresentationPaperStatusInput.eventId
● ID!
non-null scalar
The identifier of the event the presentation paper status is associated with.
CreatePresentationPaperStatusInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the presentation paper status.
The value must be unique across all presentation paper statuses in the event.
CreatePresentationPaperStatusInput.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
createPresentationPaperStatus
mutation