Skip to content

Instantly share code, notes, and snippets.

@degerstrom
Last active September 8, 2015 13:27
Show Gist options
  • Select an option

  • Save degerstrom/c87c09f2d3168eb99d25 to your computer and use it in GitHub Desktop.

Select an option

Save degerstrom/c87c09f2d3168eb99d25 to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"name": "Marius",
"type": "Person",
"relationships": [
{
"name": "BMW",
"type": "Owner"
}
]
},
{
"name": "Pål",
"type": "Person",
"relationships": []
},
{
"name": "BMW",
"type": "Car",
"relationships": [
{
"name": "Marius",
"type": "Driver"
},
{
"name": "Pål",
"type": "Passenger"
}
]
},
{
"name": "Stein",
"type": "Person",
"relationships": [
{
"name": "Marius",
"type": "Boss"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment