Skip to main content

createDocumentFile

No description

createDocumentFile(
file: Upload!
fileNameOverride: String
description: String
folderId: String
linkedId: String
clientSideId: String
createdAt: String
labels: [String]
usedInAppCamera: Boolean
location: LocationInputType
rawExif: String
drawingInformation: DocumentDrawingInformationInputType
status: String
dueDate: String
assignees: [String]
): DocumentType

Arguments

createDocumentFile.file ● Upload! non-null scalar

createDocumentFile.fileNameOverride ● String scalar

this is for when you want to rename a file because of clientside retrictions of not using every char

createDocumentFile.description ● String scalar

createDocumentFile.folderId ● String scalar

createDocumentFile.linkedId ● String scalar

createDocumentFile.clientSideId ● String scalar

createDocumentFile.createdAt ● String scalar

createDocumentFile.labels ● [String] list scalar

createDocumentFile.usedInAppCamera ● Boolean scalar

createDocumentFile.location ● LocationInputType input

createDocumentFile.rawExif ● String scalar

createDocumentFile.drawingInformation ● DocumentDrawingInformationInputType input

createDocumentFile.status ● String scalar

createDocumentFile.dueDate ● String scalar

createDocumentFile.assignees ● [String] list scalar

Type

DocumentType object