chore: remove redundant update flow status mutation
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const UPDATE_FLOW_STATUS = gql`
|
||||
mutation UpdateFlowStatus($input: UpdateFlowStatusInput) {
|
||||
updateFlowStatus(input: $input) {
|
||||
id
|
||||
active
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user