diff --git a/tests/e2e/Services/GraphQL/Base.php b/tests/e2e/Services/GraphQL/Base.php index e7601dff69..ef474f1059 100644 --- a/tests/e2e/Services/GraphQL/Base.php +++ b/tests/e2e/Services/GraphQL/Base.php @@ -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 }