not published in feed. devmode try

This commit is contained in:
2022-06-12 01:05:20 +03:00
parent 956dc3915c
commit 8e7e070948
4 changed files with 37 additions and 5 deletions

View File

@@ -166,7 +166,10 @@ type Query {
topViewed(page: Int!, size: Int!): [Shout]!
topMonth(page: Int!, size: Int!): [Shout]!
topOverall(page: Int!, size: Int!): [Shout]!
recents(page: Int!, size: Int!): [Shout]!
recentPublished(page: Int!, size: Int!): [Shout]!
# feed
recentAll(page: Int!, size: Int!): [Shout]!
# topics
topicsBySlugs(slugs: [String]): [Topic]!