jobs
A list of the Partner organization's Experts Marketplace jobs.
JobConnection arguments
- Anchor to afterafter•String
Returns the elements in the list that come after the specified cursor.
- Anchor to beforebefore•String
Returns the elements in the list that come before the specified cursor.
- Anchor to createdAtMaxcreated•Date
At Max Time Returns jobs that were created on or before the specified date and time.
- Anchor to createdAtMincreated•Date
At Min Time Returns jobs that were created on or after the specified date and time.
- Anchor to firstfirst•Int
Returns the first n elements from the list.
- Anchor to lastlast•Int
Returns the last n elements from the list.
- Anchor to lastEventAtMaxlast•Date
Event At Max Time Returns jobs where the last event occurred on or before the specified date and time.
- Anchor to lastEventAtMinlast•Date
Event At Min Time Returns jobs where the last event occurred on or after the specified date and time.
- Anchor to shopIdshop•ID
Id Returns jobs associated with the specified shop ID.
- Anchor to statusesstatuses•[Job
Status!] Returns jobs with the specified statuses.
Anchor to Possible returnsPossible returns
- Anchor to edgesedges•[Job
Edge!]! non-null A list of edges.
- Anchor to pageInfopage•Page
Info Info! non-null Information about pagination in a connection.