diff --git a/graphql/UserProfileQuery.js b/graphql/UserProfileQuery.js index a490fe2de..a3d14a377 100644 --- a/graphql/UserProfileQuery.js +++ b/graphql/UserProfileQuery.js @@ -27,6 +27,15 @@ export default gql(` commentsCount } followedByCount + followedBy { + id + name + slug + avatar + followedByCount + contributionsCount + commentsCount + } contributionsCount contributions { Post { diff --git a/pages/profile/_slug.vue b/pages/profile/_slug.vue index 07182ec86..f51869396 100644 --- a/pages/profile/_slug.vue +++ b/pages/profile/_slug.vue @@ -42,7 +42,13 @@

Netzwerk

-

Folgt:

+ + + Wem folgt {{ user.name | truncate(15) }}? + + +
+ + + + + Wer folgt {{ user.name | truncate(15) }}? + + + +