Github API - Test Config

ImportProjectInput [input]

Autogenerated input type of ImportProject

Attributes
body String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The description of Project.

clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

columnImports ProjectColumnImport []

ProjectColumnImport [input]

A project column and a list of its issues and PRs.

Attributes
columnName String

The name of the column.

issues ProjectCardImport []

A list of issues and pull requests in the column.

position Int

The position of the column, starting from 0.

API:
Github GraphQL API

A list of columns containing issues and pull requests.

name String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The name of Project.

ownerName String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

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

public Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether the Project is public or not.

API:
Github GraphQL API