cloneProject
Create a new project by cloning another project's blueprint. All components and links are copied into the new project.
cloneProject(
organizationId: ID!
sourceProjectId: ID!
input: CloneProjectInput!
): ProjectPayload
Form Schema
This mutation supports dynamic form generation using JSON Schema.
Loading schema...
Arguments
cloneProject.organizationId ● ID! non-null scalar {#organization-id}
Your organization ID
cloneProject.sourceProjectId ● ID! non-null scalar {#source-project-id}
The project to clone the blueprint from
cloneProject.input ● CloneProjectInput! non-null input {#input}
Attributes for the new project.