Magidoc

CreateProjectInput
Input Object

Autogenerated input type of CreateProject

Fields

#

body

The description of project.

clientMutationId

A unique identifier for the client performing the mutation.

name

Non-null

The name of project.

ownerId

ID !
Non-null

The owner ID to create the project under.

repositoryIds

[ ID !]

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

template

The name of the GitHub-provided template.

Usages

#

References

#

  • Argument input of field createProject from type Mutation