Skip to content

Instantly share code, notes, and snippets.

@nicysneiros
Last active April 13, 2017 20:41
Show Gist options
  • Save nicysneiros/230a5c55e948521a7b59f346302cdca9 to your computer and use it in GitHub Desktop.
Save nicysneiros/230a5c55e948521a7b59f346302cdca9 to your computer and use it in GitHub Desktop.
{ "results": [
{...
"graph": {
"nodes": [
{ "id": "1",
"labels": [ "User" ],
"properties": {
"gender": "M",
"name": "John",
"age": "28"
}},
{ "id": "2",
"labels": [ "User" ],
"properties": {
"gender": "F",
"name": "Mary",
"age": "26"
}}
],
"relationships": [
{ "id": "0",
"type": "FRIENDS_WITH",
"startNode": "1",
"endNode": "2",
"properties": {}}
]
}}],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment