Input Object GitHub::CloneProjectInput

Autogenerated input type of CloneProject

Input Fields

targetOwnerId: ID!

The owner ID to create the project under.

sourceId: ID!

The source project to clone.

includeWorkflows: Boolean!

Whether or not to clone the source project's workflows.

name: String!

The name of the project.

body: String

The description of the project.

public: Boolean

The visibility of the project, defaults to false (private).

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.cloneProject