Skip to main content

ExportJobType

No description

type ExportJobType {
id: ID!
createdAt: String
creator: UserType
lastUpdate: String
state: String
fileType: String
fileName: String
pdfFileName: String
type: String
downloadUrl: String
downloadUrlPdf: String
totalExtractedFileSize: String
downloadSize: String
downloadSizePdf: String
progressPercentage: Float
}

Fields

ExportJobType.id ● ID! non-null scalar

The ID of an object

ExportJobType.createdAt ● String scalar

ExportJobType.creator ● UserType object

ExportJobType.lastUpdate ● String scalar

ExportJobType.state ● String scalar

ExportJobType.fileType ● String scalar

ExportJobType.fileName ● String scalar

ExportJobType.pdfFileName ● String scalar

ExportJobType.type ● String scalar

ExportJobType.downloadUrl ● String scalar

ExportJobType.downloadUrlPdf ● String scalar

ExportJobType.totalExtractedFileSize ● String scalar

ExportJobType.downloadSize ● String scalar

ExportJobType.downloadSizePdf ● String scalar

ExportJobType.progressPercentage ● Float scalar

Returned by

abortExportJob mutation ● createFolderDocxExport mutation ● createFolderExport mutation ● createSelectionDocxExport mutation ● createSelectionExport mutation ● exportJobById query ● exportJobUpdate subscription ● restartExportJob mutation

Member of

ViewerExportJobConnectionEdge object