feat: create flow with trigger app
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
131d33916a
commit
700d0bfd32
@@ -1,8 +1,8 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const CREATE_FLOW = gql`
|
||||
mutation createFlow {
|
||||
createFlow {
|
||||
mutation createFlow($input: FlowInput) {
|
||||
createFlow(input: $input) {
|
||||
id
|
||||
name
|
||||
}
|
||||
|
Reference in New Issue
Block a user