few-more-resolvers-fix-2

This commit is contained in:
Untone 2023-10-13 13:46:34 +03:00
parent 31824cccc9
commit c1abace1c0

View File

@ -236,6 +236,7 @@ type Query {
userFollowers(slug: String!): [Author]!
authorFollowers(author_id: Int!): [Author]!
userFollowedAuthors(slug: String!): [Author]!
authorFollowedAuthors(author_id: Int!): [Author]!
userFollowedTopics(slug: String!): [Topic]!
authorsAll: [Author]!
getAuthorById(author_id: Int!): Author