Github GraphQL API / Issue

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

Implements

Fields

activeLockReason : LockReason

assignees (
       String: String
       String: String
       Int: Int
       Int: Int
) : UserConnection!

author : Actor

authorAssociation : CommentAuthorAssociation!

body : String!

bodyHTML : HTML!

bodyResourcePath : URI!

bodyText : String!

bodyUrl : URI!

closed : Boolean!

closedAt : DateTime

comments (
       IssueCommentOrder: IssueCommentOrder
       String: String
       String: String
       Int: Int
       Int: Int
) : IssueCommentConnection!

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

editor : Actor

hovercard (
       Boolean: Boolean
) : Hovercard!

id : ID!

includesCreatedEdit : Boolean!

isPinned : Boolean

isReadByViewer : Boolean

labels (
       LabelOrder: LabelOrder
       String: String
       String: String
       Int: Int
       Int: Int
) : LabelConnection

lastEditedAt : DateTime

locked : Boolean!

milestone : Milestone

number : Int!

participants (
       String: String
       String: String
       Int: Int
       Int: Int
) : UserConnection!

projectCards (
       String: String
       String: String
       Int: Int
       Int: Int
       ProjectCardArchivedState: [ProjectCardArchivedState]
) : ProjectCardConnection!

projectNext (
       Int: Int!
) : ProjectNext

projectsNext (
       String: String
       String: String
       Int: Int
       Int: Int
       String: String
       ProjectNextOrderField: ProjectNextOrderField
) : ProjectNextConnection!

publishedAt : DateTime

reactionGroups : [ReactionGroup!]

reactions (
       String: String
       String: String
       Int: Int
       Int: Int
       ReactionContent: ReactionContent
       ReactionOrder: ReactionOrder
) : ReactionConnection!

repository : Repository!

resourcePath : URI!

state : IssueState!

timeline (
       DateTime: DateTime
       String: String
       String: String
       Int: Int
       Int: Int
) : IssueTimelineConnection!

timelineItems (
       DateTime: DateTime
       Int: Int
       IssueTimelineItemsItemType: [IssueTimelineItemsItemType!]
       String: String
       String: String
       Int: Int
       Int: Int
) : IssueTimelineItemsConnection!

title : String!

titleHTML : String!

updatedAt : DateTime!

url : URI!

userContentEdits (
       String: String
       String: String
       Int: Int
       Int: Int
) : UserContentEditConnection

viewerCanReact : Boolean!

viewerCanSubscribe : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!

viewerSubscription : SubscriptionState

Documentation created using imtala