chore: remove redundant delete flow mutation

This commit is contained in:
Ali BARIN
2024-09-18 15:45:39 +00:00
committed by Faruk AYDIN
parent 5de06d4482
commit 30d496076b
4 changed files with 0 additions and 66 deletions

View File

@@ -1,6 +0,0 @@
import { gql } from '@apollo/client';
export const DELETE_FLOW = gql`
mutation DeleteFlow($input: DeleteFlowInput) {
deleteFlow(input: $input)
}
`;