Skip to content

Commit 2a121c6

Browse files
committedFeb 17, 2024·
feat!: remove inlined graphql websocket code
closes #385 closes #404 closes #432 closes #391
1 parent 080346e commit 2a121c6

File tree

2 files changed

+0
-296
lines changed

2 files changed

+0
-296
lines changed
 

‎src/entrypoints/main.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export { batchRequests } from '../legacy/functions/batchRequests.js'
1313
export { gql } from '../legacy/functions/gql.js'
1414
export { rawRequest } from '../legacy/functions/rawRequest.js'
1515
export { analyzeDocument } from '../legacy/helpers/analyzeDocument.js'
16-
export { GraphQLWebSocketClient } from '../legacy/lib/graphql-ws.js'
1716
export {
1817
BatchRequestDocument,
1918
BatchRequestsExtendedOptions,

‎src/legacy/lib/graphql-ws.ts

-295
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.