From 9790eb1f88d2f715f18540f703da24a076400281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 11 Jan 2023 16:17:34 +0100 Subject: [PATCH] Make 'followedByCount' and 'followingCount' in 'User' query imperative --- webapp/graphql/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/graphql/User.js b/webapp/graphql/User.js index 0d3a24d8b..235e0e997 100644 --- a/webapp/graphql/User.js +++ b/webapp/graphql/User.js @@ -14,7 +14,7 @@ export default (i18n) => { ${userCountsFragment} ${locationAndBadgesFragment(lang)} - query User($id: ID!, $followedByCount: Int, $followingCount: Int) { + query User($id: ID!, $followedByCount: Int!, $followingCount: Int!) { User(id: $id) { ...user ...userCounts