TextDocument
Represents an text document that is attached to a Presentation in EventsAir.
type TextDocument implements AttachedDocument {
createdAt: DateTime!
createdBy: String
dateReceived: DateTime
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
text: String
type: DocumentType!
}
Fields
TextDocument.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
TextDocument.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
TextDocument.dateReceived
● DateTime
scalar
The date and time the document was received. Optional.
TextDocument.id
● ID!
non-null scalar
The unique identifier for the document.