Kai Weber
06/23/2020, 5:59 AMnicholas
06/23/2020, 6:28 AMmutation {
create_flow_run(input: {flow_id: "hello_world_flow_group_id"}) {
id
}
}
replacing the hello_world_flow_group_id
with the flow_group_id
returned by your first query (you can add flow_group_id
to the body of that query). You can also use the flow_id
to target that specific version of your flow.Kai Weber
06/23/2020, 7:14 AMnicholas
06/23/2020, 7:26 AMinsert_flow_run
instead of create_flow_run
?Kai Weber
06/23/2020, 7:27 AMnicholas
06/23/2020, 7:29 AMKai Weber
06/23/2020, 7:33 AMnicholas
06/23/2020, 7:34 AMKai Weber
06/23/2020, 7:47 AMnicholas
06/23/2020, 4:21 PM