UpdatePresentationAttachedDocumentInput
Defines the input for creating/updating an attached document while updating a presentation.
input UpdatePresentationAttachedDocumentInput {
documentTypeId: ID!
notes: String
temporaryFileId: ID
}
Fields
UpdatePresentationAttachedDocumentInput.documentTypeId
● ID!
non-null scalar
The identifier of the document type that will be used to create or update the attached document.
UpdatePresentationAttachedDocumentInput.notes
● String
scalar
A UTF-8 string value representing any notes captured for the attached document. Optional.
UpdatePresentationAttachedDocumentInput.temporaryFileId
● ID
scalar
The identifier of the temporary file to associate to the attached document. Optional.
This is required when creating a new new document, i.e. when using a document type ID that doesn't exist in the presentation yet.
Temporary files are uploaded separately. See the uploading files guide for more information.
Member Of
UpdatePresentationInput
input