few-more-resolvers

This commit is contained in:
2023-10-13 13:41:47 +03:00
parent bbd8f61408
commit 85a9077792
2 changed files with 28 additions and 4 deletions

View File

@@ -234,9 +234,11 @@ type Query {
loadDrafts: [Shout]!
loadReactionsBy(by: ReactionBy!, limit: Int, offset: Int): [Reaction]!
userFollowers(slug: String!): [Author]!
authorFollowers(author_id: Int!): [Author]!
userFollowedAuthors(slug: String!): [Author]!
userFollowedTopics(slug: String!): [Topic]!
authorsAll: [Author]!
getAuthorById(author_id: Int!): Author
getAuthor(slug: String!): Author
myFeed(options: LoadShoutsOptions): [Shout]