Skip to content

Commit

Permalink
Merge branch 'master' of github.com:redis/node-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Nov 1, 2022
2 parents aa869b7 + 597112b commit 2eee51a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ await graph.query(
const result = await graph.roQuery(
'MATCH (r:Rider)-[:rides]->(t:Team { name: $name }) RETURN r.name AS name',
{
name: 'Apollo'
params: {
name: 'Apollo'
}
}
);

Expand Down

0 comments on commit 2eee51a

Please sign in to comment.