yao/tests/flows/foo/bar.flow.json
2021-10-18 23:30:18 +08:00

19 lines
311 B
JSON

{
"label": "最新信息",
"version": "1.0.0",
"description": "最新信息",
"nodes": [
{
"name": "user",
"engine": "xiang",
"query": {
"select": ["id", "name"],
"from": "$user",
"first": true
}
}
],
"output": {
"params": "{{$in}}"
}
}