Marwan Sarieddine
01/15/2021, 12:23 AMnicholas
DELETE
button in the top right of the flow page that has a checkbox to delete all versions of the flow.Marwan Sarieddine
01/15/2021, 12:27 AMmutation{
deleteFlow(input:{flowId: "myflowid"}){
success,
error
}
}
nicholas
Marwan Sarieddine
01/15/2021, 12:29 AMnicholas
query {
flow(where: {flow_group_id: {_eq: "<<id>>" } }}) {
id
}
}
Marwan Sarieddine
01/15/2021, 12:31 AMnicholas
Marwan Sarieddine
01/15/2021, 12:44 AMnicholas