chore: remove redundant update flow status mutation

This commit is contained in:
Ali BARIN
2024-09-19 07:54:43 +00:00
committed by Faruk AYDIN
parent 184d748890
commit 66c12e1a92
4 changed files with 0 additions and 108 deletions

View File

@@ -1,9 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_FLOW_STATUS = gql`
mutation UpdateFlowStatus($input: UpdateFlowStatusInput) {
updateFlowStatus(input: $input) {
id
active
}
}
`;