feat: make flows enablable
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
932145e3a1
commit
c9bf7c9e21
10
packages/web/src/graphql/mutations/update-flow-status.ts
Normal file
10
packages/web/src/graphql/mutations/update-flow-status.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
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