chore: remove redundant reset connection mutation
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { VERIFY_CONNECTION } from './verify-connection';
|
||||
import { RESET_CONNECTION } from './reset-connection';
|
||||
|
||||
const mutations = {
|
||||
verifyConnection: VERIFY_CONNECTION,
|
||||
resetConnection: RESET_CONNECTION,
|
||||
};
|
||||
|
||||
export default mutations;
|
||||
|
@@ -1,8 +0,0 @@
|
||||
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