Daniel Nilsen
02/11/2022, 7:40 AMmutation MyMutation($input: any) {
create_flow_run(
input: $input
) {
id
}
}
Kevin Kho
Daniel Nilsen
02/11/2022, 8:15 AMKevin Kho
client.create_flow_run()
hereDaniel Nilsen
02/11/2022, 8:53 AM"dictionary update sequence element #0 has length 1; 2 is required"
do you know what that means?{
"input": {
"flow_id": "3668605b-e14d-4afd-bec8-1de691faaa28",
"parameters": "{\"project\": \"xxx\", \"jsonata\": \" { \"name\": first_name } \"}"
}
}
Kevin Kho