Github API - Test Config

CloneProjectPayload [object]

Autogenerated return type of CloneProject

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

jobStatusId 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 id of the JobStatus for populating cloned fields.

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

The new cloned project.

API:
Github GraphQL API