We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee0df94 + f57bf8b commit eec971fCopy full SHA for eec971f
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.32.3",
+ "version": "0.32.4",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
src/queries/users.query.ts
@@ -171,6 +171,7 @@ export const GET_USER_SOCIAL_DATA_QUERY = gql`
171
total_followers
172
total_following
173
total_blocked
174
+ unread_notifications
175
}
176
branches {
177
id
0 commit comments