Magidoc

projectExportJobs
Query

Retrieves a list of Project Export 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 !]

The database IDs of the export jobs.

first

Returns the first n elements from the list.

ids

[ ID !]

The IDs of the project export jobs to query.

last

Returns the last n elements from the list.

orderBy

The order in which export jobs should be returned.

processStatus

The current process status of the export job.

projectDatabaseId

The database ID of the project.

projectId

The ID of the project associated with the export job.

Response

#

Returns QueryProjectExportJobConnection .

Example

#

3