return subscribed shout comments in CurrentUserInfo
This commit is contained in:
@@ -7,10 +7,11 @@ type Result {
|
||||
}
|
||||
|
||||
type CurrentUserInfo {
|
||||
totalUnreadMessages: Int
|
||||
userSubscribedTopics: [String]!
|
||||
userSubscribedAuthors: [String]!
|
||||
userSubscribedCommunities: [String]!
|
||||
totalUnreadMessages: Int
|
||||
userSubscribedTopics: [String]!
|
||||
userSubscribedAuthors: [String]!
|
||||
userSubscribedCommunities: [String]!
|
||||
userSubscribedShoutComments: [String]!
|
||||
}
|
||||
|
||||
type AuthResult {
|
||||
@@ -206,7 +207,6 @@ type Query {
|
||||
getCommunity(slug: String): Community!
|
||||
getCommunities: [Community]!
|
||||
|
||||
shoutCommentsSubscribed(slug: String!, page: Int!, size: Int!): [Shout]!
|
||||
shoutsReviewed(page: Int!, size: Int!): [Shout]!
|
||||
recentCommented(page: Int!, size: Int!): [Shout]!
|
||||
}
|
||||
|
Reference in New Issue
Block a user