chore: remove redundant delete step mutation

This commit is contained in:
Ali BARIN
2024-09-18 15:50:01 +00:00
committed by Faruk AYDIN
parent f94a5385d7
commit 1297f5d43c
4 changed files with 0 additions and 61 deletions

View File

@@ -1,14 +0,0 @@
import { gql } from '@apollo/client';
export const DELETE_STEP = gql`
mutation DeleteStep($input: DeleteStepInput) {
deleteStep(input: $input) {
id
flow {
id
steps {
id
}
}
}
}
`;