diff --git a/src/operations/user.gql b/src/operations/user.gql index 192a208..fc85a02 100644 --- a/src/operations/user.gql +++ b/src/operations/user.gql @@ -71,7 +71,7 @@ query getUsernamesAndFollowing( ) { followers following - usernames + usernamesAndIds } }