Magidoc

TeamDiscussion
Object

A team discussion.

Fields

#

author

The actor who authored the comment.

authorAssociation

Non-null

Author's association with the discussion's team.

body

Non-null

The body as Markdown.

bodyHTML

Non-null

The body rendered to HTML.

bodyText

Non-null

The body rendered to text.

bodyVersion

Non-null

Identifies the discussion body hash.

comments

Non-null

A list of comments on this discussion.

commentsResourcePath

Non-null

The HTTP path for discussion comments

commentsUrl

Non-null

The HTTP URL for discussion comments

createdAt

Non-null

Identifies the date and time when the object was created.

createdViaEmail

Non-null

Check if this comment was created via an email reply.

databaseId

Identifies the primary key from the database.

editor

The actor who edited the comment.

id

ID !
Non-null

The Node ID of the TeamDiscussion object

includesCreatedEdit

Non-null

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

isPinned

Non-null

Whether or not the discussion is pinned.

isPrivate

Non-null

Whether or not the discussion is only visible to team members and organization owners.

lastEditedAt

The moment the editor made the last edit

number

Non-null

Identifies the discussion within its team.

publishedAt

Identifies when the comment was published at.

reactionGroups

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

reactions

Non-null

A list of Reactions left on the Issue.

resourcePath

Non-null

The HTTP path for this discussion

team

Non-null

The team that defines the context of this discussion.

title

Non-null

The title of the discussion

updatedAt

Non-null

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

url

Non-null

The HTTP URL for this discussion

userContentEdits

A list of edits to this content.

viewerCanDelete

Non-null

Check if the current viewer can delete this object.

viewerCanPin

Non-null

Whether or not the current viewer can pin this discussion.

viewerCanReact

Non-null

Can user react to this subject

viewerCanSubscribe

Non-null

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

viewerCanUpdate

Non-null

Check if the current viewer can update this object.

viewerCannotUpdateReasons

Non-null

Reasons why the current viewer can not update this comment.

viewerDidAuthor

Non-null

Did the viewer author this comment.

viewerSubscription

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

Interfaces

#

Also implements Comment , Deletable , Node , Reactable , Subscribable , UniformResourceLocatable , Updatable , UpdatableComment .

Usages

#

References

#

  • Field discussion from Team