Input Object GitHub::CreateProjectInput

Autogenerated input type of CreateProject

Input Fields

ownerId: ID!

The owner ID to create the project under.

name: String!

The name of project.

body: String

The description of project.

template: ProjectTemplate

The name of the GitHub-provided template.

repositoryIds: [ID!]

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

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.createProject