docs/daprdocs/content/en/developing-applications/building-blocks/state-management/query-api-examples/query1.json

12 lines
159 B
JSON

{
"filter": {
"EQ": { "state": "CA" }
},
"sort": [
{
"key": "person.id",
"order": "DESC"
}
]
}