remove topAuthors

This commit is contained in:
knst-kotov
2021-12-16 20:45:50 +03:00
parent a91711df4b
commit b26ff8ee77
2 changed files with 1 additions and 36 deletions

View File

@@ -164,7 +164,6 @@ type Query {
topMonth(limit: Int): [Shout]!
topOverall(limit: Int): [Shout]!
recents(limit: Int): [Shout]!
topAuthors(limit: Int): [User]!
# topics
topicsBySlugs(slugs: [String]): [Topic]!