return userSubscribedTopics in current user info

This commit is contained in:
knst-kotov
2022-04-27 16:32:14 +03:00
parent fb3f1b5d34
commit cca6f8cec3
2 changed files with 11 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ type UserResult {
error: String
user: User
totalUnreadMessages: Int
userSubscribedTopics: [Topic]!
}
input ShoutInput {