chore: remove redundant execute flow mutation

This commit is contained in:
Ali BARIN
2024-09-19 09:09:32 +00:00
parent 84d5b3b158
commit 32f7bbfbab
4 changed files with 0 additions and 52 deletions

View File

@@ -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
}
}
`;