Skip to content

Commit f52a25c

Browse files
committed
Merge branch 'main' of https://github.com/OxfordAbstracts/purescript-graphql-client into remove-ArgGql-from-genned-schema-#102
2 parents 306eec1 + 385ed4a commit f52a25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/GraphQL/Client/BaseClients/Apollo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { gql, split, HttpLink, createHttpLink, InMemoryCache, ApolloClient } fro
44
import { getMainDefinition } from '@apollo/client/utilities/index.js';
55
import { setContext } from '@apollo/client/link/context/index.js';
66
import { GraphQLWsLink } from "@apollo/client/link/subscriptions/index.js";
7-
import WebSocket from 'ws';
7+
import WebSocket from 'isomorphic-ws';
88

99
const createClientWithoutWebsockets = function (opts) {
1010

0 commit comments

Comments
 (0)