few-more-resolvers-fix-2
This commit is contained in:
parent
31824cccc9
commit
c1abace1c0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user