Skip to main content

ExportFile

Represents a job data of exported file.

type ExportFile implements Node, Job {
id: ID!
user: User
app: App
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
url: String
events: [ExportEvent!]
}

Fields

ExportFile.id ● ID! non-null scalar

The ID of the object

ExportFile.user ● User object

ExportFile.app ● App object

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.

Interfaces

Node interface

An object with an ID

Job interface

Returned By

exportFile query

Member Of

ExportFileCountableEdge object ● ProductsExport object

Was this page helpful?