paginated topics and authors

This commit is contained in:
2022-08-30 09:42:51 +03:00
parent c15f2578b7
commit e4542ec5ca
4 changed files with 11 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ type Query {
userFollowedCommunities(slug: String!): [Community]!
userReactedShouts(slug: String!): [Shout]! # test
getUserRoles(slug: String!): [Role]!
authorsAll: [User]!
authorsAll(page: Int!, size: Int!): [User]!
# shouts
getShoutBySlug(slug: String!): Shout!