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
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
ExportFile.app
● App
object
Interfaces
Node
interface
An object with an ID
Job
interface
Returned by
exportFile
query
Member of
ExportFileCountableEdge
object ● ExportGiftCards
object ● ExportProducts
object
Was this page helpful?