Skip to main content

Job

No description

interface Job {
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
}

Fields

Job.status ● JobStatusEnum! non-null enum

Job status.

Job.createdAt ● DateTime! non-null scalar

Created date time of job in ISO 8601 format.

Job.updatedAt ● DateTime! non-null scalar

Date time of job last update in ISO 8601 format.

Job.message ● String scalar

Job message.

Implemented By

ExportFile object ● ImportFile object ● Invoice object ● ShopifyWebhookTransaction object ● WebhookJob object

Was this page helpful?