This commit is contained in:
parent
af5746c5d8
commit
bdae67804e
|
@ -319,16 +319,19 @@ type Query {
|
|||
loadReactionsBy(by: ReactionBy!, limit: Int, offset: Int): [Reaction]
|
||||
followedReactions(follower_id: Int!): [Shout]
|
||||
|
||||
authorsAll: [Author]
|
||||
authorFollowers(slug: String!): [Author]
|
||||
authorFollowedAuthors(slug: String!): [Author]
|
||||
authorFollowedTopics(slug: String!): [Topic]
|
||||
loadAuthorsBy(by: AuthorsBy, limit: Int, offset: Int): [Author]
|
||||
authorsAll: [Author]
|
||||
getAuthor(slug: String!): Author
|
||||
|
||||
getTopic(slug: String!): Topic
|
||||
topicsAll: [Topic]
|
||||
getTopic(slug: String!): Topic
|
||||
topicsRandom(amount: Int): [Topic]
|
||||
topicsByCommunity(community: String!): [Topic]
|
||||
topicsByAuthor(author_id: Int!): [Topic]
|
||||
|
||||
communitiesAll: [Community]
|
||||
getCommunity: Community
|
||||
}
|
Loading…
Reference in New Issue
Block a user