Skip to content

Instantly share code, notes, and snippets.

@coco98
Created April 23, 2018 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coco98/9f9d6c841415acf500d9d3059dc0e0c4 to your computer and use it in GitHub Desktop.
Save coco98/9f9d6c841415acf500d9d3059dc0e0c4 to your computer and use it in GitHub Desktop.
Simple query with a JSON DSL
{
"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