schema fix

This commit is contained in:
Tony 2021-12-15 04:25:11 +03:00
parent 0503dfaf02
commit bc52d34b29

View File

@ -333,8 +333,10 @@ type Community {
}
type TopicStat {
shouts: Int
views: Int
shouts: Int!
views: Int!
subscriptions: Int
authors: Int
}
type Topic {