refactor(web): remove typescript
This commit is contained in:
9
packages/web/src/graphql/queries/test-connection.js
Normal file
9
packages/web/src/graphql/queries/test-connection.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const TEST_CONNECTION = gql`
|
||||
query TestConnection($id: String!) {
|
||||
testConnection(id: $id) {
|
||||
id
|
||||
verified
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user