OBJECT
Issue
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
link GraphQL Schema definition
- type Issue implements Node, Comment, Issueish, Reactable, RepositoryNode, Timeline, UniformResourceLocatable {
- # A list of Users assigned to the Issue or Pull Request.
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- Int, : String, : Int, : String): UserConnection! ( :
- # The author of the issue or pull request.
- Author :
- # Identifies the body of the issue.
- String! :
- # Identifies the body of the issue rendered to HTML.
- HTML! :
- # Identifies the body of the issue rendered to text.
- String! :
- # A list of comments associated with the Issue.
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- Int, : String, : Int, : String): IssueCommentConnection! ( :
- # Identifies the date and time when the object was created.
- DateTime! :
- # Check if this comment was created via an email reply.
- Boolean! :
- # Identifies the primary key from the database.
- Int @deprecated( reason: "Exposed database IDs will eventually be removed in favor of global Relay IDs." ) :
- # The editor of the comment.
- Author :
- ID! :
- # A list of labels associated with the Issue or Pull Request.
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- Int, : String, : Int, : String): LabelConnection ( :
- # The moment the editor made the last edit
- DateTime :
- # Are reaction live updates enabled for this subject.
- Boolean! :
- # Identifies the milestone associated with the issue.
- Milestone :
- # Identifies the issue number.
- Int! :
- # A list of Users that are participating in the Issue's conversation.
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- Int, : String, : Int, : String): UserConnection! ( :
- # The HTTP path for this issue
- URI! :
- # A list of reactions grouped by content left on the subject.
- ReactionGroup!] : [
- # A list of Reactions left on the Issue.
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- # content: Allows filtering Reactions by emoji.
- # orderBy: Allows specifying the order in which reactions are
- # returned.
- (
- Int, :
- String, :
- Int, :
- String, :
- ReactionContent, :
- ReactionOrder :
- ): ReactionConnection!
- # The websocket channel ID for reaction live updates.
- String! :
- # Identifies the repository associated with the issue.
- Repository! :
- # Identifies the state of the issue.
- IssueState! :
- # A list of events associated with an Issue or PullRequest.
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- # since: Allows filtering timeline events by a `since` timestamp.
- Int, : String, : Int, : String, : String): IssueTimelineConnection! ( :
- # Identifies the issue title.
- String! :
- # Identifies the date and time when the object was last updated.
- DateTime! :
- # The HTTP url for this issue
- URI! :
- # Check if the current viewer can delete this issue.
- Boolean! :
- # Check if the current viewer edit this comment.
- Boolean! :
- # Can user react to this subject
- Boolean! :
- # Errors why the current viewer can not edit this comment.
- CommentCannotEditReason!]! : [
- # Did the viewer author this comment.
- Boolean! :
- # The websocket channel ID for live updates.
- #
- # Arguments
- # channel: The channel to use.
- IssuePubSubTopic!): String! ( :
- }
link Require by
- AssignedEventRepresents an 'assigned' event on a given issue or pull request.
- BaseRefForcePushedEventRepresents a 'base_ref_force_pushed' event on a given pull request.
- ClosedEventRepresents a 'closed' event on a given issue or pull request.
- DemilestonedEventRepresents a 'demilestoned' event on a given issue or pull request.
- DeployedEventRepresents a 'deployed' event on a given issue or pull request.
- HeadRefDeletedEventRepresents a 'head_ref_deleted' event on a given pull request.
- HeadRefForcePushedEventRepresents a 'head_ref_force_pushed' event on a given pull request.
- HeadRefRestoredEventRepresents a 'head_ref_restored' event on a given pull request.
- IssueCommentRepresents a comment on an Issue.
- IssueConnectionThe connection type for Issue.
- IssueEdgeAn edge in a connection.
- IssueEventRepresents an issue event.
- LabeledEventRepresents a 'labeled' event on a given issue or pull request.
- LockedEventRepresents a 'locked' event on a given issue or pull request.
- MentionedEventRepresents a 'mentioned' event on a given issue or pull request.
- MergedEventRepresents a 'merged' event on a given pull request.
- MilestonedEventRepresents a 'milestoned' event on a given issue or pull request.
- ProjectCardItemTypes that can be inside Project Cards.
- ReferencedEventRepresents a 'referenced' event on a given issue or pull request.
- RenamedEventRepresents a 'renamed' event on a given issue or pull request or pull request.
- ReopenedEventRepresents a 'reopened' event on a given issue or pull request.
- RepositoryA repository contains the content for a project.
- ReviewDismissedEventRepresents a 'review_dismissed' event on a given issue or pull request.
- ReviewRequestedEventRepresents an 'review_requested' event on a given pull request.
- ReviewRequestRemovedEventRepresents an 'review_request_removed' event on a given pull request.
- SearchResultItemThe results of a search.
- SubscribedEventRepresents a 'subscribed' event on a given issue or pull request.
- UnassignedEventRepresents a 'unassigned' event on a given issue or pull request.
- UnlabeledEventRepresents a 'unlabeled' event on a given issue or pull request.
- UnlockedEventRepresents a 'unlocked' event on a given issue or pull request.
- UnsubscribedEventRepresents a 'unsubscribed' event on a given issue or pull request.