Constantino Schillebeeckx
03/17/2022, 7:56 PM{parameters: {_contains: {"foo": "bar"}},
but the syntax isn't quite right, I get the error
Syntax Error: Expected Name, found String "date".
can someone help?Kevin Kho
Constantino Schillebeeckx
03/17/2022, 8:12 PM{parameters: {_contains: {"boo: bar}},
Kevin Kho
_has_key
might be better but yeah this thread is goodLeanna Morinishi
03/28/2022, 5:47 PMquery {
flow (
where: {parameters: {_has_key: "mykey"}}
) {
name
created_by {email}
parameters
}
}
Kevin Kho
Leanna Morinishi
03/28/2022, 5:57 PMflow_run
not flow
🤦🏻♀️Leanna Morinishi
03/28/2022, 5:57 PMLeanna Morinishi
03/28/2022, 5:59 PMflow
looked like
{
"data": {
"flow": []
}
}
which was not expected!Kevin Kho