refactor(web): remove typescript
This commit is contained in:
8
packages/web/src/graphql/mutations/reset-connection.js
Normal file
8
packages/web/src/graphql/mutations/reset-connection.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const RESET_CONNECTION = gql`
|
||||
mutation ResetConnection($input: ResetConnectionInput) {
|
||||
resetConnection(input: $input) {
|
||||
id
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user