Magidoc

projectImportJobs
Query

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

first

Returns the first n elements from the list.

ids

[ ID !]

List of IDs to filter project import jobs.

last

Returns the last n elements from the list.

orderBy

Specifies the order in which to sort project import jobs.

processStatus

Status to filter project import jobs by their processing state.

projectDatabaseId

Database ID of the project to filter project import jobs.

projectId

ID of the project to filter project import jobs.

Response

#

Returns QueryProjectImportJobConnection .

Example

#

3