Skip to main content

createProject

form schema

Create a new project in your organization.

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 ID

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.

Type

ProjectPayload object