Created
April 10, 2022 16:19
-
-
Save danstarns/0b801bedd95221a438fccfccae6f49e2 to your computer and use it in GitHub Desktop.
cypher-graphql-subqueries-response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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