Magidoc

CreateProjectSaveFileMutationInput
Input Object

A project save file.

Fields

#

assetDatabaseIds

[ String !]

The database ids of the assets in the Project.

assetIds

[ ID !]

The ids of the assets in the Project.

clientMutationId

A unique identifier for the client performing the mutation.

duplicate

Boolean value to determine if the save file creation should create a project duplicate.

extensionsVersion

The version of the Extensions the Project was created with.

file

Non-null

The binary file data of the save file.

name

Non-null

The name of the save file.

projectDatabaseId

The database id of the project the save file is associated with.

projectId

The id of the project the save file is associated with.

saveType

Non-null

The type of save file.

scopeCreateVersion

Non-null

The version of the Create build the Project was created with.

Usages

#

References

#

  • Argument input of field createProjectSaveFile from type Mutation