chore: remove redundant execute flow mutation

This commit is contained in:
Ali BARIN
2024-09-24 10:23:33 +02:00
parent 84d5b3b158
commit 32f7bbfbab
4 changed files with 0 additions and 52 deletions
@@ -1,12 +0,0 @@
import { gql } from '@apollo/client';
export const EXECUTE_FLOW = gql`
mutation ExecuteFlow($input: ExecuteFlowInput) {
executeFlow(input: $input) {
step {
id
status
}
data
}
}
`;