chore: remove redundant delete flow mutation

This commit is contained in:
Ali BARIN
2024-09-19 12:37:47 +03:00
committed by Faruk AYDIN
parent 5de06d4482
commit 30d496076b
4 changed files with 0 additions and 66 deletions
@@ -1,6 +0,0 @@
import { gql } from '@apollo/client';
export const DELETE_FLOW = gql`
mutation DeleteFlow($input: DeleteFlowInput) {
deleteFlow(input: $input)
}
`;