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