few-more-resolvers-fix-2
This commit is contained in:
@@ -236,6 +236,7 @@ type Query {
|
|||||||
userFollowers(slug: String!): [Author]!
|
userFollowers(slug: String!): [Author]!
|
||||||
authorFollowers(author_id: Int!): [Author]!
|
authorFollowers(author_id: Int!): [Author]!
|
||||||
userFollowedAuthors(slug: String!): [Author]!
|
userFollowedAuthors(slug: String!): [Author]!
|
||||||
|
authorFollowedAuthors(author_id: Int!): [Author]!
|
||||||
userFollowedTopics(slug: String!): [Topic]!
|
userFollowedTopics(slug: String!): [Topic]!
|
||||||
authorsAll: [Author]!
|
authorsAll: [Author]!
|
||||||
getAuthorById(author_id: Int!): Author
|
getAuthorById(author_id: Int!): Author
|
||||||
|
|||||||
Reference in New Issue
Block a user