mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update user test type
This commit is contained in:
@@ -735,7 +735,7 @@ trait Base
|
||||
}
|
||||
}';
|
||||
case self::$UPDATE_USER_PREFS:
|
||||
return 'mutation updateUserPrefs($userId: String!, $prefs: Json!){
|
||||
return 'mutation updateUserPrefs($userId: String!, $prefs: Assoc!){
|
||||
usersUpdatePrefs(userId: $userId, prefs: $prefs) {
|
||||
data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user