all authors api

This commit is contained in:
2022-07-28 06:44:56 +03:00
parent 85ca876562
commit fa4d13ccf4
3 changed files with 11 additions and 0 deletions

View File

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