Restore the userCreated event

This commit is contained in:
Wyatt Johnson
2018-03-12 16:39:38 -06:00
parent 2f5fc03e9c
commit f826db1edf
22 changed files with 176 additions and 120 deletions
+4
View File
@@ -1588,6 +1588,10 @@ type Subscription {
# Get an update whenever a username has been changed. `user_id` must match id
# of current user except for users with the `ADMIN` or `MODERATOR` role.
usernameChanged(user_id: ID): UsernameChangedPayload
# Get an update whenever a user is created. Only accessible to users with the
# `ADMIN` or `MODERATOR` roles.
userCreated: User
}
################################################################################