Github API - Test Config

ProjectCardImport [input]

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

Attributes
number 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 issue or pull request number.

repository 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

Repository name with owner (owner/repository).

API:
Github GraphQL API