ExportFile Object
Represents a job data of exported file.
type ExportFile implements Node, Job {
id: ID!
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
url: String
events: [ExportEvent!]
user: User
app: App
}
Fields
id ● ID!
The ID of the export file.
status ● JobStatusEnum!
Job status.
createdAt ● DateTime!
Created date time of job in ISO 8601 format.
updatedAt ● DateTime!
Date time of job last update in ISO 8601 format.
message ● String
Job message.
url ● String
The URL of field to download.
events ● [ExportEvent!]
List of events associated with the export.
user ● User
The user who requests file export.
app ● App
The app which requests file export.
Interfaces
Node
An object with an ID
Job
Returned By
exportFile query
Member Of
ExportFileCountableEdge object ● ExportGiftCards object ● ExportProducts object ● ExportVoucherCodes object ● GiftCardExportCompleted object ● ProductExportCompleted object ● VoucherCodeExportCompleted object