return subscribed communities in user info

This commit is contained in:
knst-kotov
2022-06-12 11:45:08 +03:00
parent 7fd0b7e643
commit f92beaaeeb
3 changed files with 18 additions and 7 deletions

View File

@@ -7,9 +7,10 @@ type Result {
}
type CurrentUserInfo {
totalUnreadMessages : Int
userSubscribedTopics : [String]!
userSubscribedAuthors: [User]!
totalUnreadMessages : Int
userSubscribedTopics : [String]!
userSubscribedAuthors : [User]!
userSubscribedCommunities : [String]!
}
type AuthResult {