Skip to content

Commit

Permalink
Create c15.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 20, 2025
1 parent 2380d63 commit 7aa82dc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/cypher/c15.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": {
"edition": "enterprise",
"api": "v2",
"schema": 1
},
"error": false,
"message": "",
"results": [
{
"T": [
{
"srcAccount": "Jenny",
"amounts": [
1000
]
},
{
"srcAccount": "Paul",
"amounts": [
20000,
653
]
}
]
}
]
}

0 comments on commit 7aa82dc

Please sign in to comment.