Skip to content

Commit eec971f

Browse files
authored
Merge pull request #417 from bakaphp/enhance-notifications-query
Add unread_notifications field and update version to 0.32.4
2 parents ee0df94 + f57bf8b commit eec971f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.32.3",
2+
"version": "0.32.4",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

src/queries/users.query.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ export const GET_USER_SOCIAL_DATA_QUERY = gql`
171171
total_followers
172172
total_following
173173
total_blocked
174+
unread_notifications
174175
}
175176
branches {
176177
id

0 commit comments

Comments
 (0)