some-more-queries

This commit is contained in:
2023-10-13 13:59:24 +03:00
parent fed154c7f1
commit d4dbf5c0ae
2 changed files with 20 additions and 5 deletions

View File

@@ -234,10 +234,10 @@ 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]!
authorFollowedAuthors(author_id: Int!): [Author]!
userFollowedTopics(slug: String!): [Topic]!
authorFollowers(author_id: Int!, limit: Int, offset: Int): [Author]!
authorFollowings(author_id: Int!, limit: Int, offset: Int): [Author]!
authorsAll: [Author]!
getAuthorById(author_id: Int!): Author
getAuthor(slug: String!): Author