add userSubscriptions and userSubscribers

This commit is contained in:
knst-kotov
2022-02-16 15:00:58 +03:00
parent 57d9072ba1
commit 08c00d950f
2 changed files with 18 additions and 0 deletions

View File

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