Merge branch 'master' into organization-contact

This commit is contained in:
Wyatt Johnson
2018-04-12 13:11:35 -06:00
committed by GitHub
59 changed files with 1559 additions and 548 deletions
+3 -2
View File
@@ -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!]