not published in feed. devmode try
This commit is contained in:
@@ -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]!
|
||||
|
Reference in New Issue
Block a user