mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Make 'followedByCount' and 'followingCount' in 'User' query imperative
This commit is contained in:
parent
279bdf6852
commit
9790eb1f88
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user