Github API - Test Config

UpdateProjectV2DraftIssuePayload [object]

Autogenerated return type of UpdateProjectV2DraftIssue

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.

draftIssue DraftIssue

DraftIssue [object]

A draft issue within a project.

Implements
Node
Attributes
assignees UserConnection

A list of users to assigned to this draft issue.

body String

The body of the draft issue.

bodyHTML HTML

The body of the draft issue rendered to HTML.

bodyText String

The body of the draft issue rendered to text.

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who created this draft issue.

id ID

The Node ID of the DraftIssue object

projectV2Items ProjectV2ItemConnection

List of items linked with the draft issue (currently draft issue can be linked to only one item).

projectsV2 ProjectV2Connection

Projects that link to this draft issue (currently draft issue can be linked to only one project).

title String

The title of the draft issue

updatedAt DateTime

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

API:
Github GraphQL API

The draft issue updated in the project.

API:
Github GraphQL API