Merge pull request #2619 from Human-Connection/2603-following-count-shows-0

Fixes 2603
This commit is contained in:
Robert Schäfer 2019-12-30 13:31:08 +01:00 committed by GitHub
commit 74a0447d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ export const userCountsFragment = gql`
contributionsCount
commentedCount
followedByCount
followingCount
followedByCurrentUser
}
`