createProject
Create a new project in your organization.
The id in the input becomes the project's permanent identifier and cannot be
changed after creation. An empty blueprint is created automatically.
createProject(
organizationId: ID!
input: CreateProjectInput!
): ProjectPayload
Form Schema
This mutation supports dynamic form generation using JSON Schema.
Loading schema...
Arguments
createProject.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
createProject.input ● CreateProjectInput! non-null input {#input}
Create a new project. A project is the complete model of your application—its infrastructure, architecture, configurations, and environments.