feat: add app connections w/ testing and deleting functions
This commit is contained in:
7
packages/web/src/graphql/queries/test-connection.ts
Normal file
7
packages/web/src/graphql/queries/test-connection.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const TEST_CONNECTION = gql`
|
||||
query TestConnection($id: String!) {
|
||||
testConnection(id: $id)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user