Github API - Test Config

ProjectOwner [interface]

Represents an owner of a Project.

Attributes
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 ProjectOwner object

project Project

Project [object]

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

Implements
ClosableNodeUpdatable
Attributes
body String

The project's description body.

bodyHTML HTML

The projects description body rendered to HTML.

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.

List of columns in the project

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who originally created the project.

databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the Project object

name String

The project's name.

number Int

The project's number.

owner ProjectOwner

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

pendingCards ProjectCardConnection

List of pending cards in this project

progress ProjectProgress

Project progress details.

resourcePath URI

The HTTP path for this project

state ProjectState

Whether the project is open or closed.

updatedAt DateTime

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

url URI

The HTTP URL for this project

viewerCanClose Boolean

Indicates if the object can be closed by the viewer.

viewerCanReopen Boolean

Indicates if the object can be reopened by the viewer.

viewerCanUpdate Boolean

Check if the current viewer can update this object.

API:
Github GraphQL API

Find project by number.

projects ProjectConnection

ProjectConnection [object]

A list of projects associated with the owner.

Attributes
edges ProjectEdge []

A list of edges.

nodes Project []

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

A list of projects under the owner.

projectsResourcePath URI

URI [scalar]

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

API:
Github GraphQL API

The HTTP path listing owners projects

projectsUrl URI

URI [scalar]

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

API:
Github GraphQL API

The HTTP URL listing owners projects

viewerCanCreateProjects Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Can the current viewer create new projects on this owner.

API:
Github GraphQL API