mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
user queries
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user