ExportFile
Represents an export file.
type ExportFile implements Node, Job {
id: ID!
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
url: String
user: User
app: App
events: [ExportEvent!]!
}
Fields
ExportFile.id ● ID! non-null scalar
The Globally Unique ID of this 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
URL to download the export file
ExportFile.user ● User object
User who created the export file
ExportFile.app ● App object
App which created the export file
ExportFile.events ● [ExportEvent!]! non-null object
List of export events
Interfaces
Node interface
An object with a Globally Unique ID
Job interface
An async job that tracks status and progress.
Returned By
exportFile query
Member Of
ExportFileCountableEdge object ● ProductsExport object