feat: add /editor/create to create a flow
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
19a8323058
commit
d06ce4958e
10
packages/web/src/graphql/mutations/create-flow.ts
Normal file
10
packages/web/src/graphql/mutations/create-flow.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const CREATE_FLOW = gql`
|
||||
mutation createFlow {
|
||||
createFlow {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user