Github API - Test Config

mutation createProject
projects

Creates a new project.

Arguments
input CreateProjectInput

CreateProjectInput [input]

Autogenerated input type of CreateProject

Attributes
body String

The description of project.

clientMutationId String

A unique identifier for the client performing the mutation.

name String

The name of project.

ownerId ID

The owner ID to create the project under.

repositoryIds ID []

A list of repository IDs to create as linked repositories for the project

template ProjectTemplate

The name of the GitHub-provided template.

API:
Github GraphQL API

Parameters for CreateProject

Returns
CreateProjectPayload

CreateProjectPayload [object]

Autogenerated return type of CreateProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

project Project

The new project.

API:
Github GraphQL API
API:
Github GraphQL API