1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Update user test type

This commit is contained in:
Jake Barnby 2022-12-22 12:52:54 +13:00
parent 524a6db72d
commit dc49e1dcf3
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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
}