Magidoc

projectSaveFiles
Query

A list of Project Save Files.

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.

createdAt

The date when the save files were created.

createdByIds

[ ID !]

The IDs of the users who created the save files.

databaseIds

[ String !]

The database IDs of the save files to query.

first

Returns the first n elements from the list.

ids

[ ID !]

The IDs of the project save files to query.

last

Returns the last n elements from the list.

orderBy

The order in which project save files should be returned.

projectDatabaseId

The database ID of the project.

projectId

The ID of the project associated with the save file.

saveTypes

The types of saves to filter by.

scopeCreateVersions

[ String !]

The versions of scope creation associated with the save files.

Response

#

Returns QueryProjectSaveFileConnection .

Example

#

3