diff --git a/demos/guru_scripts/docker/tutorial/4.x/cypher/c13.out b/demos/guru_scripts/docker/tutorial/4.x/cypher/c13.out new file mode 100644 index 00000000..3e6649d9 --- /dev/null +++ b/demos/guru_scripts/docker/tutorial/4.x/cypher/c13.out @@ -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 + } + ] + } + ] +}