chore: remove redundant create flow mutation

This commit is contained in:
Ali BARIN
2024-09-18 14:53:06 +00:00
parent 2e5dfdbb0d
commit 342990e1bf
4 changed files with 0 additions and 62 deletions

View File

@@ -1,9 +0,0 @@
import { gql } from '@apollo/client';
export const CREATE_FLOW = gql`
mutation CreateFlow($input: CreateFlowInput) {
createFlow(input: $input) {
id
name
}
}
`;