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