Skip to content

Commit 2eee51a

Browse files
committed
Merge branch 'master' of github.com:redis/node-redis
2 parents aa869b7 + 597112b commit 2eee51a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/graph/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ await graph.query(
2424
const result = await graph.roQuery(
2525
'MATCH (r:Rider)-[:rides]->(t:Team { name: $name }) RETURN r.name AS name',
2626
{
27-
name: 'Apollo'
27+
params: {
28+
name: 'Apollo'
29+
}
2830
}
2931
);
3032

0 commit comments

Comments
 (0)