Use Variables
{
"query": {
"book": {
"@id": "2",
"$var": ""
}
},
"$var": "name"
}
We define variables by prepending $
before the name and placing them at the root of the query.
{
"query": {
"book": {
"@id": "2",
"$var": ""
}
},
"$var": "name"
}
We define variables by prepending $
before the name and placing them at the root of the query.
Contribute on Github! Edit this section.