Magidoc

projects
Query

A list of Projects.

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.

createdByDatabaseIds

[ String !]

List of database IDs of the Users who created the Project.

createdByIds

[ ID !]

List of User IDs who created the Project.

deleted

Show only the deleted projects.

first

Returns the first n elements from the list.

ids

[ ID !]

List of Project IDs.

last

Returns the last n elements from the list.

name

Name of the Project.

orderBy

The field to order the Projects by.

scopeCreateVersions

[ String !]

Versions of Scope Create associated with the Project.

sharedList

A list of users or groups the Project is shared with.

sharedWithDatabaseIds

[ String !]

List of database IDs of Users the Project is shared with.

sharedWithIds

[ ID !]

List of User IDs with whom the Project is shared.

states

States associated with the Project.

updatedAt

Date and time when the Project was last updated.

updatedByIds

[ ID !]

List of User IDs who updated the Project.

Response

#

Returns ProjectConnection .

Example

#

3