refactor(web): rewrite mutation with PATCH /v1/flows/:flowId
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const UPDATE_FLOW = gql`
|
||||
mutation UpdateFlow($input: UpdateFlowInput) {
|
||||
updateFlow(input: $input) {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user