CreatePresentationAttachedDocumentInput
Defines the input for creating an attached document while creating a presentation.
input CreatePresentationAttachedDocumentInput {
documentTypeId: ID!
notes: String
temporaryFileId: ID!
}
Fields
CreatePresentationAttachedDocumentInput.documentTypeId
● ID!
non-null scalar
The identifier of the attached document type.
This must refer to a document type which format is either IMAGE
, PDF
, or UPLOADED_DOCUMENT
.
CreatePresentationAttachedDocumentInput.notes
● String
scalar
A UTF-8 string value representing any notes captured for the attached document. Optional.
CreatePresentationAttachedDocumentInput.temporaryFileId
● ID!
non-null scalar
The identifier of the temporary file to associate to the attached document.
Temporary files are uploaded separately. See the uploading files guide for more information.
Member Of
CreatePresentationInput
input