Github API - Test Config

mutation createProjectV2
projects

Creates a new project.

Arguments
input CreateProjectV2Input

CreateProjectV2Input [input]

Autogenerated input type of CreateProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

ownerId ID

The owner ID to create the project under.

repositoryId ID

The repository to link the project to.

teamId ID

The team to link the project to. The team will be granted read permissions.

title String

The title of the project.

API:
Github GraphQL API

Parameters for CreateProjectV2

Returns
CreateProjectV2Payload

CreateProjectV2Payload [object]

Autogenerated return type of CreateProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectV2 ProjectV2

The new project.

API:
Github GraphQL API
API:
Github GraphQL API