refactor(web): remove typescript
This commit is contained in:
6
packages/web/src/graphql/mutations/delete-flow.js
Normal file
6
packages/web/src/graphql/mutations/delete-flow.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const DELETE_FLOW = gql`
|
||||
mutation DeleteFlow($input: DeleteFlowInput) {
|
||||
deleteFlow(input: $input)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user