Magidoc

projectMergeJobs
Query

Query for retrieving project merge 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.

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.

databaseIds

[ String !]

List of database IDs to filter project merge jobs.

first

Returns the first n elements from the list.

ids

[ ID !]

List of IDs to filter project merge jobs.

last

Returns the last n elements from the list.

orderBy

Specifies the order in which to sort project merge jobs.

processStatus

Status to filter project merge jobs by their processing state.

projectDatabaseId

Database ID of the project to filter project merge jobs.

projectId

ID of the project to filter project merge jobs.

Response

#

Returns QueryProjectMergeJobConnection .

Example

#

3