Github API - Test Config

Project [object]

Projects manage issues, pull requests and notes within a project owner.

Implements
Closable

Closable [interface]

An object that can be closed

Attributes
closed Boolean

Indicates if the object is closed (definition of closed may depend on type)

closedAt DateTime

Identifies the date and time when the object was closed.

viewerCanClose Boolean

Indicates if the object can be closed by the viewer.

viewerCanReopen Boolean

Indicates if the object can be reopened by the viewer.

API:
Github GraphQL API
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Updatable

Updatable [interface]

Entities that can be updated.

Attributes
viewerCanUpdate Boolean

Check if the current viewer can update this object.

API:
Github GraphQL API
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 project's description body.

bodyHTML HTML

HTML [scalar]

A string containing HTML code.

API:
Github GraphQL API

The projects description body rendered to HTML.

closed Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Indicates if the object is closed (definition of closed may depend on type)

closedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was closed.

columns ProjectColumnConnection

ProjectColumnConnection [object]

The connection type for ProjectColumn.

Attributes

A list of edges.

nodes ProjectColumn []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

List of columns in the project

createdAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was created.

creator Actor

Actor [interface]

Represents an object which can take actions on GitHub. Typically a User or Bot.

Attributes
avatarUrl URI

A URL pointing to the actor's public avatar.

login String

The username of the actor.

resourcePath URI

The HTTP path for this actor.

url URI

The HTTP URL for this actor.

API:
Github GraphQL API

The actor who originally created the project.

databaseId 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

Identifies the primary key from the database.

id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the Project object

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 project's name.

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 project's number.

owner ProjectOwner

ProjectOwner [interface]

Represents an owner of a Project.

Attributes
id ID

The Node ID of the ProjectOwner object

project Project

Find project by number.

A list of projects under the owner.

projectsResourcePath URI

The HTTP path listing owners projects

projectsUrl URI

The HTTP URL listing owners projects

viewerCanCreateProjects Boolean

Can the current viewer create new projects on this owner.

API:
Github GraphQL API

The project's owner. Currently limited to repositories, organizations, and users.

pendingCards ProjectCardConnection

ProjectCardConnection [object]

The connection type for ProjectCard.

Attributes
edges ProjectCardEdge []

A list of edges.

nodes ProjectCard []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

List of pending cards in this project

progress ProjectProgress

ProjectProgress [object]

Project progress stats.

Attributes
doneCount Int

The number of done cards.

donePercentage Float

The percentage of done cards.

enabled Boolean

Whether progress tracking is enabled and cards with purpose exist for this project

inProgressCount Int

The number of in-progress cards.

inProgressPercentage Float

The percentage of in-progress cards.

todoCount Int

The number of to do cards.

todoPercentage Float

The percentage of to do cards.

API:
Github GraphQL API

Project progress details.

resourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for this project

state ProjectState

ProjectState [enum]

State of the project; either 'open' or 'closed'

Possible values
CLOSED

The project is closed.

OPEN

The project is open.

API:
Github GraphQL API

Whether the project is open or closed.

updatedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was last updated.

url URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for this project

viewerCanClose Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Indicates if the object can be closed by the viewer.

viewerCanReopen Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Indicates if the object can be reopened by the viewer.

viewerCanUpdate Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Check if the current viewer can update this object.

API:
Github GraphQL API