Skip to content

Instantly share code, notes, and snippets.

@Tomen
Created December 18, 2017 19:54
Show Gist options
  • Save Tomen/c1ec4e0b15cf7aa61f448455905c6447 to your computer and use it in GitHub Desktop.
Save Tomen/c1ec4e0b15cf7aa61f448455905c6447 to your computer and use it in GitHub Desktop.
{
"requestId": "1c1b4560-e42d-11e7-b51b-3b53e27ed86a",
"status": {
"message": "",
"code": 200,
"attributes": {
"@type": "g:Map",
"@value": []
}
},
"result": {
"data": {
"@type": "g:List",
"@value": [{
"@type": "g:Vertex",
"@value": {
"id": {
"@type": "g:Int64",
"@value": 0
},
"label": "person",
"properties": {
"name": [{
"@type": "g:VertexProperty",
"@value": {
"id": {
"@type": "g:Int64",
"@value": 1
},
"value": "marko",
"label": "name"
}
}],
"age": [{
"@type": "g:VertexProperty",
"@value": {
"id": {
"@type": "g:Int64",
"@value": 2
},
"value": {
"@type": "g:Int32",
"@value": 29
},
"label": "age"
}
}]
}
}
}]
},
"meta": {
"@type": "g:Map",
"@value": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment