Skip to content

Commit

Permalink
Create c16.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 20, 2025
1 parent 084988c commit 8887e3b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/cypher/c16.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": {
"edition": "enterprise",
"api": "v2",
"schema": 1
},
"error": false,
"message": "",
"results": [
{
"T_3": [
{
"srcAccount": "Paul",
"doubleAmount": 40000
},
{
"srcAccount": "Jenny",
"doubleAmount": 2000
},
{
"srcAccount": "Paul",
"doubleAmount": 1306
}
]
}
]
}

0 comments on commit 8887e3b

Please sign in to comment.