Job object
On this page
Connections
messages
(MessageConnection! )
|
The messages exchanged within the job. |
after
(
String
)
|
Returns the elements in the list that come after the specified cursor. |
before
(
String
)
|
Returns the elements in the list that come before the specified cursor. |
first
(
Int
)
|
Returns the first n elements from the list. |
last
(
Int
)
|
Returns the last n elements from the list. |
sentAtMax
(
DateTime
)
|
Returns messages that were sent on or before the specified date and time. |
sentAtMin
(
DateTime
)
|
Returns messages that were sent on or after the specified date and time. |
Fields
confirmedCompleted
(Boolean! )
|
Whether the merchant has marked the job as complete. |
createdAt
(DateTime! )
|
The date and time the job was submitted to your organization. |
dashboardUrl
(Url! )
|
A URL to access this job in the Partner Dashboard. |
id
(ID! )
|
A globally unique identifier. |
lastEventAt
(DateTime! )
|
The date and time of the most recent job event. |
requirements
([JobRequirement!]! )
|
The job requirements that the merchant provided. |
services
([Service!]! )
|
The services requested for this job. |
shop
(Shop! )
|
The shop that submitted the job. |
status
(JobStatus! )
|
The status of the job. |
Types that return Job
Implements
On this page
Connections
messages
(MessageConnection! )
|
The messages exchanged within the job. |
after
(
String
)
|
Returns the elements in the list that come after the specified cursor. |
before
(
String
)
|
Returns the elements in the list that come before the specified cursor. |
first
(
Int
)
|
Returns the first n elements from the list. |
last
(
Int
)
|
Returns the last n elements from the list. |
sentAtMax
(
DateTime
)
|
Returns messages that were sent on or before the specified date and time. |
sentAtMin
(
DateTime
)
|
Returns messages that were sent on or after the specified date and time. |
Fields
confirmedCompleted
(Boolean! )
|
Whether the merchant has marked the job as complete. |
createdAt
(DateTime! )
|
The date and time the job was submitted to your organization. |
dashboardUrl
(Url! )
|
A URL to access this job in the Partner Dashboard. |
id
(ID! )
|
A globally unique identifier. |
lastEventAt
(DateTime! )
|
The date and time of the most recent job event. |
requirements
([JobRequirement!]! )
|
The job requirements that the merchant provided. |
services
([Service!]! )
|
The services requested for this job. |
shop
(Shop! )
|
The shop that submitted the job. |
status
(JobStatus! )
|
The status of the job. |