Github API - Test Config

UpdateIssuePayload [object]

Autogenerated return type of UpdateIssue

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

Identifies the actor who performed the event.

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.

issue Issue

Issue [object]

An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.

Implements
AssignableClosableCommentDeletableLabelableLockableNodeProjectV2OwnerReactableRepositoryNodeSubscribableSubscribableThreadUniformResourceLocatableUpdatableUpdatableComment
Attributes
activeLockReason LockReason

Reason that the conversation was locked.

assignees UserConnection

A list of Users assigned to this object.

author Actor

The actor who authored the comment.

authorAssociation CommentAuthorAssociation

Author's association with the subject of the comment.

body String

Identifies the body of the issue.

bodyHTML HTML

The body rendered to HTML.

bodyResourcePath URI

The http path for this issue body

bodyText String

Identifies the body of the issue rendered to text.

bodyUrl URI

The http URL for this issue body

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.

A list of comments associated with the Issue.

createdAt DateTime

Identifies the date and time when the object was created.

createdViaEmail Boolean

Check if this comment was created via an email reply.

databaseId Int

Identifies the primary key from the database.

editor Actor

The actor who edited the comment.

fullDatabaseId BigInt

Identifies the primary key from the database as a BigInt.

hovercard Hovercard

The hovercard information for this issue

id ID

The Node ID of the Issue object

includesCreatedEdit Boolean

Check if this comment was edited and includes an edit with the creation data

isPinned Boolean

Indicates whether or not this issue is currently pinned to the repository issues list

isReadByViewer Boolean

Is this issue read by the viewer

A list of labels associated with the object.

lastEditedAt DateTime

The moment the editor made the last edit

linkedBranches LinkedBranchConnection

Branches linked to this issue.

locked Boolean

true if the object is locked

milestone Milestone

Identifies the milestone associated with the issue.

number Int

Identifies the issue number.

participants UserConnection

A list of Users that are participating in the Issue conversation.

projectCards ProjectCardConnection

List of project cards associated with this issue.

List of project items associated with this issue.

projectV2 ProjectV2

Find a project by number.

projectsV2 ProjectV2Connection

A list of projects under the owner.

publishedAt DateTime

Identifies when the comment was published at.

reactionGroups ReactionGroup []

A list of reactions grouped by content left on the subject.

reactions ReactionConnection

A list of Reactions left on the Issue.

repository Repository

The repository associated with this node.

resourcePath URI

The HTTP path for this issue

state IssueState

Identifies the state of the issue.

stateReason IssueStateReason

Identifies the reason for the issue state.

A list of events, comments, commits, etc. associated with the issue.

Deprecated: `timeline` will be removed Use Issue.timelineItems instead. Removal on 2020-10-01 UTC.

A list of events, comments, commits, etc. associated with the issue.

title String

Identifies the issue title.

titleHTML String

Identifies the issue title rendered to HTML.

trackedInIssues IssueConnection

A list of issues that track this issue

trackedIssues IssueConnection

A list of issues tracked inside the current issue

trackedIssuesCount Int

The number of tracked issues for this issue

updatedAt DateTime

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

url URI

The HTTP URL for this issue

userContentEdits UserContentEditConnection

A list of edits to this content.

viewerCanClose Boolean

Indicates if the object can be closed by the viewer.

viewerCanDelete Boolean

Check if the current viewer can delete this object.

viewerCanReact Boolean

Can user react to this subject

viewerCanReopen Boolean

Indicates if the object can be reopened by the viewer.

viewerCanSubscribe Boolean

Check if the viewer is able to change their subscription status for the repository.

viewerCanUpdate Boolean

Check if the current viewer can update this object.

viewerCannotUpdateReasons CommentCannotUpdateReason []

Reasons why the current viewer can not update this comment.

viewerDidAuthor Boolean

Did the viewer author this comment.

viewerSubscription SubscriptionState

Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.

viewerThreadSubscriptionFormAction ThreadSubscriptionFormAction

Identifies the viewer's thread subscription form action.

viewerThreadSubscriptionStatus ThreadSubscriptionState

Identifies the viewer's thread subscription status.

API:
Github GraphQL API

The issue.

API:
Github GraphQL API