Skip to content

Commit

Permalink
Merge pull request #331 from bakaphp/feat-user-like-messages
Browse files Browse the repository at this point in the history
refact: messages query
  • Loading branch information
kaioken authored Oct 21, 2024
2 parents c4d92df + e9618ca commit 9f6b8c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.0",
"version": "0.15.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/queries/messages.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export const GET_MESSAGES_QUERY = gql`
photo {
url
}
social {
is_blocked
is_following
}
}
appModuleMessage {
entity_id
Expand Down

0 comments on commit 9f6b8c7

Please sign in to comment.