Skip to content

Instantly share code, notes, and snippets.

@danstarns
Created April 10, 2022 16:19
Show Gist options
  • Save danstarns/0b801bedd95221a438fccfccae6f49e2 to your computer and use it in GitHub Desktop.
Save danstarns/0b801bedd95221a438fccfccae6f49e2 to your computer and use it in GitHub Desktop.
cypher-graphql-subqueries-response
{
"actor": {
"name": "Tom Hanks",
"movies": [
{
"title": "Forrest Gump",
"genres": [{ "name": "Drama" }, { "name": "Romance" }]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment