Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…graphql-client into remove-ArgGql-from-genned-schema-#102
  • Loading branch information
roryc89 committed Aug 15, 2022
2 parents 306eec1 + 385ed4a commit f52a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL/Client/BaseClients/Apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { gql, split, HttpLink, createHttpLink, InMemoryCache, ApolloClient } fro
import { getMainDefinition } from '@apollo/client/utilities/index.js';
import { setContext } from '@apollo/client/link/context/index.js';
import { GraphQLWsLink } from "@apollo/client/link/subscriptions/index.js";
import WebSocket from 'ws';
import WebSocket from 'isomorphic-ws';

const createClientWithoutWebsockets = function (opts) {

Expand Down

0 comments on commit f52a25c

Please sign in to comment.