my feed fixes

This commit is contained in:
2023-02-16 13:08:55 +03:00
parent dc0042bc4b
commit 64e1bea4cd
3 changed files with 57 additions and 46 deletions

View File

@@ -302,6 +302,7 @@ type Query {
userFollowedTopics(slug: String!): [Topic]!
authorsAll: [Author]!
getAuthor(slug: String!): User
myFeed(options: LoadShoutsOptions): [Shout]
# draft/collab
loadDrafts: [DraftCollab]!