Skip to content

Commit

Permalink
Fix userFollow | New version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed May 19, 2020
1 parent f5014df commit a1ffcae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yourfreetime",
"version": "0.1.8",
"version": "0.1.9",
"description": "YourFreetime utils",
"repository": "https://github.com/yourfreetime/library",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions src/queries/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export const GET_USER_DETAILS = gql`
}
listFollowers(filter: { userId: $userId }) {
user {
id
name
}
userFollow {
id
name
}
}
Expand Down

0 comments on commit a1ffcae

Please sign in to comment.