Refactor and reuse "Actions" in "Moderate" and "Community"

This commit is contained in:
Chi Vinh Le
2017-06-22 21:50:19 +07:00
parent 259f98a4ec
commit 8bb38c5ee5
40 changed files with 430 additions and 554 deletions
+1 -1
View File
@@ -981,7 +981,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.