Merge branch 'hotfix/author-follows' into dev
This commit is contained in:
commit
7c0759945b
|
@ -15,8 +15,8 @@ export default gql`
|
||||||
last_seen
|
last_seen
|
||||||
stat {
|
stat {
|
||||||
shouts
|
shouts
|
||||||
|
authors
|
||||||
followers
|
followers
|
||||||
followings
|
|
||||||
rating
|
rating
|
||||||
commented
|
commented
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,11 +9,27 @@ export default gql`
|
||||||
name
|
name
|
||||||
pic
|
pic
|
||||||
bio
|
bio
|
||||||
|
stat {
|
||||||
|
shouts
|
||||||
|
authors
|
||||||
|
followers
|
||||||
|
}
|
||||||
}
|
}
|
||||||
topics {
|
topics {
|
||||||
id
|
id
|
||||||
slug
|
slug
|
||||||
title
|
title
|
||||||
|
stat {
|
||||||
|
shouts
|
||||||
|
authors
|
||||||
|
followers
|
||||||
|
}
|
||||||
|
}
|
||||||
|
communities {
|
||||||
|
id
|
||||||
|
slug
|
||||||
|
name
|
||||||
|
pic
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,10 +14,10 @@ export default gql`
|
||||||
last_seen
|
last_seen
|
||||||
stat {
|
stat {
|
||||||
shouts
|
shouts
|
||||||
comments: commented
|
authors
|
||||||
followers
|
followers
|
||||||
followings
|
|
||||||
rating
|
rating
|
||||||
|
comments: commented
|
||||||
rating_shouts
|
rating_shouts
|
||||||
rating_comments
|
rating_comments
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,10 +11,10 @@ export default gql`
|
||||||
created_at
|
created_at
|
||||||
stat {
|
stat {
|
||||||
shouts
|
shouts
|
||||||
comments: commented
|
authors
|
||||||
followers
|
followers
|
||||||
followings
|
|
||||||
rating
|
rating
|
||||||
|
comments: commented
|
||||||
rating_shouts
|
rating_shouts
|
||||||
rating_comments
|
rating_comments
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user