Merge branch 'master' into next

This commit is contained in:
Wyatt Johnson
2017-11-17 09:29:31 -07:00
committed by GitHub
24 changed files with 124 additions and 14 deletions
+4
View File
@@ -1397,6 +1397,10 @@ type Subscription {
# Requires the `ADMIN` or `MODERATOR` role.
commentRejected(asset_id: ID): Comment
# Get an update whenever the status of a comment has been reset.
# Requires the `ADMIN` or `MODERATOR` role.
commentReset(asset_id: ID): Comment
# Get an update whenever a user has been suspended.
# `user_id` must match id of current user except for
# users with the `ADMIN` or `MODERATOR` role.