add userComments

This commit is contained in:
knst-kotov
2022-02-16 13:44:26 +03:00
parent 873d05e000
commit 57d9072ba1
2 changed files with 20 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ type Query {
getUsersBySlugs(slugs: [String]!): [User]!
# rateUser(shout: Int): Int!
getUserRoles(slug: String!): [Role]!
userComments(slug: String!, page: Int!, size: Int!): [Comment]!
# messages
enterChat(chatId: String!, size: Int = 50): EnterChatResult!