Klemen Strojan
07/17/2020, 11:35 AMmutation {
delete_flow(input: {flow_id: "e1bd5dfa-3761-41ca-ac82-2104cf5157c1"}) {
success,
error
}
}
Here is the error:
{
"graphQLErrors": [
{
"path": [
"delete_flow"
],
"message": "Operation timed out",
"extensions": {
"code": "API_ERROR"
}
}
],
"networkError": null,
"message": "GraphQL error: Operation timed out"
}
I was unable to delete it in the UI (the older versions were deleted though). We are using Cloud. Any ideas?josh
07/17/2020, 12:15 PMKlemen Strojan
07/17/2020, 12:29 PM