some-more-queries
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user