return userSubscribedAuthors

This commit is contained in:
knst-kotov
2022-05-04 16:53:23 +03:00
parent 0d67d1df95
commit 7a49da877d
2 changed files with 14 additions and 9 deletions

View File

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