Github API - Test Config

ProjectColumnImport [input]

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

Attributes
columnName 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 column.

issues ProjectCardImport []

ProjectCardImport [input]

An issue or PR and its owning repository to be used in a project card.

Attributes
number Int

The issue or pull request number.

repository String

Repository name with owner (owner/repository).

API:
Github GraphQL API

A list of issues and pull requests in the column.

position Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The position of the column, starting from 0.

API:
Github GraphQL API