Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale authored Nov 1, 2022
1 parent be90e62 commit 597112b
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 597112b

Please sign in to comment.