user queries

This commit is contained in:
Wyatt Johnson
2017-11-08 13:40:46 -07:00
parent 9e84c72148
commit 1b7f78b562
6 changed files with 163 additions and 130 deletions
+4
View File
@@ -1492,6 +1492,10 @@ type Subscription {
# `user_id` must match id of current user except for
# users with the `ADMIN` or `MODERATOR` role.
usernameRejected(user_id: ID): User
# Gen an update whenever a username has been approved. `user_id` must match id
# of current user except for users with the `ADMIN` or `MODERATOR` role.
usernameApproved(user_id: ID): User
}
################################################################################