applied rename to graph mutation edges

This commit is contained in:
Wyatt Johnson
2018-01-05 12:11:32 -07:00
parent c9bc9a4b10
commit c3970a46a2
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1396,7 +1396,7 @@ type RootMutation {
# Sets the suspension status on a given user. Requires the `MODERATOR` role.
# Mutation is restricted.
unSuspendUser(input: UnSuspendUserInput!): UnSuspendUserResponse
unsuspendUser(input: UnSuspendUserInput!): UnSuspendUserResponse
# Sets the ban status on a given user. Requires the `MODERATOR` role.
# Mutation is restricted.
@@ -1404,7 +1404,7 @@ type RootMutation {
# Sets the ban status on a given user. Requires the `MODERATOR` role.
# Mutation is restricted.
unBanUser(input: UnBanUserInput!): UnBanUserResponse
unbanUser(input: UnBanUserInput!): UnBanUserResponse
# Sets the username status on a given user to `APPROVED`. Requires the
# `MODERATOR` role. Mutation is restricted.