chore: remove redundant create flow mutation
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const CREATE_FLOW = gql`
|
||||
mutation CreateFlow($input: CreateFlowInput) {
|
||||
createFlow(input: $input) {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user