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
03/17/2022, 8:00 PMConstantino Schillebeeckx
03/17/2022, 8:12 PM{parameters: {_contains: {"boo: bar}},
Kevin Kho
03/17/2022, 8:13 PMLeanna Morinishi
03/28/2022, 5:47 PMquery {
flow (
where: {parameters: {_has_key: "mykey"}}
) {
name
created_by {email}
parameters
}
}
Kevin Kho
03/28/2022, 5:52 PMLeanna Morinishi
03/28/2022, 5:57 PMflow_run
not flow
🤦♀️🏻flow
looked like
{
"data": {
"flow": []
}
}
which was not expected!Kevin Kho
03/28/2022, 6:00 PM