Skip to main content

createProject

form schema

Create a new project in your organization.

This mutation supports dynamic form generation.

createProject(
organizationId: ID!
input: CreateProjectInput!
): ProjectPayload

Directives

formSchema

This mutation supports dynamic form generation.

Arguments

createProject.organizationId ● ID! non-null scalar

Your organization ID

createProject.input ● CreateProjectInput! non-null input

Project details

Type

ProjectPayload object