From 2e6eb138b47bf30220c8048f1ba10f0782ded589 Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Mon, 16 Jan 2023 17:04:55 +0100 Subject: [PATCH] docs: import from graphql-ws [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d70902..40407007 100644 --- a/README.md +++ b/README.md @@ -931,7 +931,7 @@ const client = createClient({ 🔗 Client usage with reconnect listener ```ts -import { createClient, Client, ClientOptions } from './client'; +import { createClient, Client, ClientOptions } from 'graphql-ws'; import { refetchSomeQueries } from './on-reconnected'; interface ClientWithOnReconnected extends Client {