Github API - Test Config

mutation importProject
projects

Creates a new project by importing columns and a list of issues/PRs.

Arguments
input ImportProjectInput

ImportProjectInput [input]

Autogenerated input type of ImportProject

Attributes
body String

The description of Project.

clientMutationId String

A unique identifier for the client performing the mutation.

columnImports ProjectColumnImport []

A list of columns containing issues and pull requests.

name String

The name of Project.

ownerName String

The name of the Organization or User to create the Project under.

public Boolean

Whether the Project is public or not.

API:
Github GraphQL API

Parameters for ImportProject

Returns
ImportProjectPayload

ImportProjectPayload [object]

Autogenerated return type of ImportProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

project Project

The new Project!

API:
Github GraphQL API
API:
Github GraphQL API