Merge branch 'master' into live-suspension

This commit is contained in:
Chi Vinh Le
2017-06-27 20:08:53 +07:00
52 changed files with 526 additions and 578 deletions
+4 -1
View File
@@ -263,6 +263,9 @@ input CommentCountQuery {
# Asset that a comment is on.
asset_id: ID
# The URL that the asset is located on.
asset_url: String
# the parent of the comment that we want to retrieve.
parent_id: ID
@@ -989,7 +992,7 @@ type RootMutation {
# Suspends a user. Requires the `ADMIN` role.
suspendUser(input: SuspendUserInput!): SuspendUserResponse
# Suspends a user. Requires the `ADMIN` role.
# Reject a username. Requires the `ADMIN` role.
rejectUsername(input: RejectUsernameInput!): RejectUsernameResponse
# Sets Comment status. Requires the `ADMIN` role.