mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 07:44:35 +08:00
Merge branch 'master' into organization-contact
This commit is contained in:
@@ -505,8 +505,9 @@ type Comment {
|
||||
# The actual comment data.
|
||||
body: String!
|
||||
|
||||
# The body history of the comment.
|
||||
body_history: [CommentBodyHistory!]!
|
||||
# The body history of the comment. Requires the `ADMIN` or `MODERATOR` role or
|
||||
# the author.
|
||||
body_history: [CommentBodyHistory!]
|
||||
|
||||
# The tags on the comment
|
||||
tags: [TagLink!]
|
||||
|
||||
Reference in New Issue
Block a user