schema fix
This commit is contained in:
parent
0503dfaf02
commit
bc52d34b29
|
@ -333,8 +333,10 @@ type Community {
|
||||||
}
|
}
|
||||||
|
|
||||||
type TopicStat {
|
type TopicStat {
|
||||||
shouts: Int
|
shouts: Int!
|
||||||
views: Int
|
views: Int!
|
||||||
|
subscriptions: Int
|
||||||
|
authors: Int
|
||||||
}
|
}
|
||||||
|
|
||||||
type Topic {
|
type Topic {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user