@AutoPayloadType(description = "The created Project")
suspend fun createProject(input: CreateProjectInput, dfe: DataFetchingEnvironment): Project

Creates a new Project, requires CAN_CREATE_PROJECTS. Automatically generates a default ProjectPermission which grants the authorized user READ and ADMIN