Github API - Test Config

mutation copyProjectV2
projects

Copy a project.

Arguments
input CopyProjectV2Input

CopyProjectV2Input [input]

Autogenerated input type of CopyProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

includeDraftIssues Boolean

Include draft issues in the new project

ownerId ID

The owner ID of the new project.

projectId ID

The ID of the source Project to copy.

title String

The title of the project.

API:
Github GraphQL API

Parameters for CopyProjectV2

Returns
CopyProjectV2Payload

CopyProjectV2Payload [object]

Autogenerated return type of CopyProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectV2 ProjectV2

The copied project.

API:
Github GraphQL API
API:
Github GraphQL API