diff --git a/webapp/graphql/User.js b/webapp/graphql/User.js index daf586284..dac8c9f35 100644 --- a/webapp/graphql/User.js +++ b/webapp/graphql/User.js @@ -265,9 +265,11 @@ export const checkSlugAvailableQuery = gql` export const currentUserQuery = gql` ${userFragment} + ${userCountsFragment} query { currentUser { ...user + ...userCounts email role about