Skip to main content
Version: 3.x

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

AppInstallation object ● ExportFile object ● Invoice object


Was this page helpful?