refactor(web): remove typescript
This commit is contained in:
9
packages/web/src/graphql/mutations/update-flow-status.js
Normal file
9
packages/web/src/graphql/mutations/update-flow-status.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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