Make 'followedByCount' and 'followingCount' in 'User' query imperative

This commit is contained in:
Wolfgang Huß 2023-01-11 16:17:34 +01:00
parent 279bdf6852
commit 9790eb1f88

View File

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