Github API - Test Config

AddProjectV2DraftIssuePayload [object]

Autogenerated return type of AddProjectV2DraftIssue

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.

projectItem ProjectV2Item

ProjectV2Item [object]

An item within a Project.

Implements
Node
Attributes

The content of the referenced draft issue, issue, or pull request

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who created the item.

databaseId Int

Identifies the primary key from the database.

fieldValueByName ProjectV2ItemFieldValue

The field value of the first project field which matches the 'name' argument that is set on the item.

The field values that are set on the item.

fullDatabaseId BigInt

Identifies the primary key from the database as a BigInt.

id ID

The Node ID of the ProjectV2Item object

isArchived Boolean

Whether the item is archived.

project ProjectV2

The project that contains this item.

The type of the item.

updatedAt DateTime

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

API:
Github GraphQL API

The draft issue added to the project.

API:
Github GraphQL API