add authors and subscriptions in Topic stat
This commit is contained in:
@@ -170,7 +170,6 @@ type Query {
|
||||
topicsBySlugs(slugs: [String]): [Topic]!
|
||||
topicsByCommunity(community: String!): [Topic]!
|
||||
topicsByAuthor(author: String!): [Topic]!
|
||||
getTopicAuthors(slug: String!, count: Int!, page: Int!): [User]!
|
||||
|
||||
# getOnlineUsers: [User!]!
|
||||
|
||||
@@ -335,8 +334,8 @@ type Community {
|
||||
type TopicStat {
|
||||
shouts: Int!
|
||||
views: Int!
|
||||
subscriptions: Int
|
||||
authors: Int
|
||||
subscriptions: Int!
|
||||
authors: Int!
|
||||
}
|
||||
|
||||
type Topic {
|
||||
|
Reference in New Issue
Block a user