Discussion

A discussion in a repository.

Implements

Fields

activeLockReason : LockReason

answer : DiscussionComment

answerChosenAt : DateTime

answerChosenBy : Actor

author : Actor

authorAssociation : CommentAuthorAssociation!

body : String!

bodyHTML : HTML!

bodyText : String!

category : DiscussionCategory!

comments (
       after: String
       before: String
       first: Int
       last: Int
) : DiscussionCommentConnection!

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

editor : Actor

id : ID!

includesCreatedEdit : Boolean!

labels (
       orderBy: LabelOrder
       after: String
       before: String
       first: Int
       last: Int
) : LabelConnection

lastEditedAt : DateTime

locked : Boolean!

number : Int!

publishedAt : DateTime

reactionGroups : [ReactionGroup!]

reactions (
       after: String
       before: String
       first: Int
       last: Int
       content: ReactionContent
       orderBy: ReactionOrder
) : ReactionConnection!

repository : Repository!

resourcePath : URI!

title : String!

updatedAt : DateTime!

upvoteCount : Int!

url : URI!

userContentEdits (
       after: String
       before: String
       first: Int
       last: Int
) : UserContentEditConnection

viewerCanDelete : Boolean!

viewerCanReact : Boolean!

viewerCanSubscribe : Boolean!

viewerCanUpdate : Boolean!

viewerCanUpvote : Boolean!

viewerDidAuthor : Boolean!

viewerHasUpvoted : Boolean!

viewerSubscription : SubscriptionState