return subscribed communities in user info
This commit is contained in:
@@ -7,9 +7,10 @@ type Result {
|
||||
}
|
||||
|
||||
type CurrentUserInfo {
|
||||
totalUnreadMessages : Int
|
||||
userSubscribedTopics : [String]!
|
||||
userSubscribedAuthors: [User]!
|
||||
totalUnreadMessages : Int
|
||||
userSubscribedTopics : [String]!
|
||||
userSubscribedAuthors : [User]!
|
||||
userSubscribedCommunities : [String]!
|
||||
}
|
||||
|
||||
type AuthResult {
|
||||
|
Reference in New Issue
Block a user