Magidoc

modelProcessJobs
Query

Query for retrieving model processing jobs.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

afterIndex

Returns the elements in the list that come after the specified index.

assetDatabaseId

Database ID of the associated asset.

assetId

ID of the asset associated with the model processing job.

baseRevisionDatabaseId

Database ID of the base revision.

baseRevisionId

ID of the base revision for the model processing job.

before

Returns the elements in the list that come before the specified cursor.

beforeIndex

Returns the elements in the list that come before the specified index.

createdByIds

[ ID !]

List of user IDs who created the processing jobs.

databaseIds

[ String !]

List of database IDs to filter the model processing jobs.

first

Returns the first n elements from the list.

ids

[ ID !]

List of IDs to filter the model processing jobs.

last

Returns the last n elements from the list.

orderBy

Specifies the order in which to sort model processing jobs.

processStatus

Filter model processing jobs by their process status.

queuedAt

Timestamp to filter model processing jobs by queue time.

Response

#

Returns QueryModelProcessJobConnection .

Example

#

3