Prasanth Kothuri
01/20/2022, 4:53 PMKevin Kho
query {
flow (where: {name: {_eq: "distributed"}}){
id
name
project {
name
}
flow_runs{
id
name
}
}
}
Prasanth Kothuri
01/20/2022, 5:07 PMmutation {
delete_flow_run(input: {flow_run_id: "9b6601b8-e488-44d2-b36f-e5f42ae6e8d1"}) {
success
error
}
}