Github GraphQL API / TeamDiscussion

A team discussion.

Implements

Fields

author : Actor

authorAssociation : CommentAuthorAssociation!

body : String!

bodyHTML : HTML!

bodyText : String!

bodyVersion : String!

comments (
       String: String
       String: String
       Int: Int
       Int: Int
       TeamDiscussionCommentOrder: TeamDiscussionCommentOrder
       Int: Int
) : TeamDiscussionCommentConnection!

commentsResourcePath : URI!

commentsUrl : URI!

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

editor : Actor

id : ID!

includesCreatedEdit : Boolean!

isPinned : Boolean!

isPrivate : Boolean!

lastEditedAt : DateTime

number : Int!

publishedAt : DateTime

reactionGroups : [ReactionGroup!]

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

resourcePath : URI!

team : Team!

title : String!

updatedAt : DateTime!

url : URI!

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

viewerCanDelete : Boolean!

viewerCanPin : Boolean!

viewerCanReact : Boolean!

viewerCanSubscribe : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!

viewerSubscription : SubscriptionState

Documentation created using imtala