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}

Project details

Type

ProjectPayload object