logs-fix
All checks were successful
deploy / deploy (push) Successful in 2m5s

This commit is contained in:
2023-11-24 04:53:30 +03:00
parent 167eed436d
commit 4e7250acef
5 changed files with 21 additions and 23 deletions

View File

@@ -318,7 +318,7 @@ type Query {
loadDrafts: [Shout]
search(text: String!, limit: Int, offset: Int): [Shout]
loadReactionsBy(by: ReactionBy!, limit: Int, offset: Int): [Reaction]
followedReactions(follower_id: Int!): [Shout]
@@ -327,7 +327,7 @@ type Query {
authorFollowedAuthors(slug: String!): [Author]
authorFollowedTopics(slug: String!): [Topic]
loadAuthorsBy(by: AuthorsBy, limit: Int, offset: Int): [Author]
getAuthor(slug: String!): Author
getAuthor(slug: String, user: String, author: Int): Author
topicsAll: [Topic]
getTopic(slug: String!): Topic