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