refactor(web): rewrite mutation with PATCH /v1/flows/:flowId

This commit is contained in:
Ali BARIN
2024-08-29 15:05:47 +00:00
parent 9519ec53ef
commit 562341adfe
3 changed files with 28 additions and 28 deletions

View File

@@ -1,9 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_FLOW = gql`
mutation UpdateFlow($input: UpdateFlowInput) {
updateFlow(input: $input) {
id
name
}
}
`;