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