createProject
This mutation creates a new project under the specified organization.
Errors
This mutation produces an error if it is unable to connect to the database, emit the project creation event, or if the user is not set in the X-USER-ID header.
createProject(
input: CreateProjectInput!
): CreateProjectPayload!
Arguments
createProject.input
● CreateProjectInput!
non-null input
Type
CreateProjectPayload
object
- The payload returned by the
createProject
mutation.