feat: add relative time and context menu in flows
This commit is contained in:
7
packages/web/src/graphql/mutations/delete-flow.ts
Normal file
7
packages/web/src/graphql/mutations/delete-flow.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const DELETE_FLOW = gql`
|
||||
mutation DeleteFlow($input: DeleteFlowInput) {
|
||||
deleteFlow(input: $input)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user