refactor(web): remove typescript
This commit is contained in:
12
packages/web/src/graphql/mutations/execute-flow.js
Normal file
12
packages/web/src/graphql/mutations/execute-flow.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const EXECUTE_FLOW = gql`
|
||||
mutation ExecuteFlow($input: ExecuteFlowInput) {
|
||||
executeFlow(input: $input) {
|
||||
step {
|
||||
id
|
||||
status
|
||||
}
|
||||
data
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user