Skip to main content
Version: 3.x

ExportFile

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

ExportFile.id ● ID! non-null scalar

The ID of the export file.

ExportFile.status ● JobStatusEnum! non-null enum

Job status.

ExportFile.createdAt ● DateTime! non-null scalar

Created date time of job in ISO 8601 format.

ExportFile.updatedAt ● DateTime! non-null scalar

Date time of job last update in ISO 8601 format.

ExportFile.message ● String scalar

Job message.

ExportFile.url ● String scalar

The URL of field to download.

ExportFile.events ● [ExportEvent!] list object

List of events associated with the export.

ExportFile.user ● User object

The user who requests file export.

ExportFile.app ● App object

The app which requests file export.

Interfaces

Node interface

An object with an ID

Job interface

Returned by

exportFile query

Member of

ExportFileCountableEdge object ● ExportGiftCards object ● ExportProducts object ● ExportVoucherCodes object ● GiftCardExportCompleted object ● ProductExportCompleted object ● VoucherCodeExportCompleted object


Was this page helpful?