refactor(web): remove typescript
This commit is contained in:
9
packages/web/src/graphql/mutations/create-flow.js
Normal file
9
packages/web/src/graphql/mutations/create-flow.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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