Skip to content

Commit

Permalink
feat!: remove inlined graphql websocket code
Browse files Browse the repository at this point in the history
closes #385
closes #404
closes #432
closes #391
  • Loading branch information
jasonkuhrt committed Feb 17, 2024
1 parent 080346e commit 2a121c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 296 deletions.
1 change: 0 additions & 1 deletion src/entrypoints/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export { batchRequests } from '../legacy/functions/batchRequests.js'
export { gql } from '../legacy/functions/gql.js'
export { rawRequest } from '../legacy/functions/rawRequest.js'
export { analyzeDocument } from '../legacy/helpers/analyzeDocument.js'
export { GraphQLWebSocketClient } from '../legacy/lib/graphql-ws.js'
export {
BatchRequestDocument,
BatchRequestsExtendedOptions,
Expand Down
295 changes: 0 additions & 295 deletions src/legacy/lib/graphql-ws.ts

This file was deleted.

0 comments on commit 2a121c6

Please sign in to comment.