Created
April 23, 2018 15:07
-
-
Save coco98/9f9d6c841415acf500d9d3059dc0e0c4 to your computer and use it in GitHub Desktop.
Simple query with a JSON DSL
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
{ | |
"query": "read", | |
"node": "author", | |
"columns": [ | |
"id", | |
"name", | |
{ | |
"node": "articles", | |
"columns": ["id", "title"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment