Skip to content

Commit

Permalink
Create c13.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 19, 2025
1 parent 5d22848 commit 34e1570
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/cypher/c13.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": [
{
"srcAccountName": "Jenny",
"tgt2Cnt": 3
},
{
"srcAccountName": "Paul",
"tgt2Cnt": 2
},
{
"srcAccountName": "Ed",
"tgt2Cnt": 2
}
]
}
]
}

0 comments on commit 34e1570

Please sign in to comment.