PresentationPaperStatus
Presentation paper status.
type PresentationPaperStatus {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}
Fields
PresentationPaperStatus.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
PresentationPaperStatus.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
PresentationPaperStatus.id
● ID!
non-null scalar
The unique identifier for the presentation paper status.
PresentationPaperStatus.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
PresentationPaperStatus.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
PresentationPaperStatus.name
● String!
non-null scalar
The name the presentation paper status.
PresentationPaperStatus.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the paper status. Optional.
The value must be unique across all paper statuses for an event.
Member Of
Presentation
object ● PresentationSetup
object