Skip to content

Commit

Permalink
docs: import from graphql-ws [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jan 16, 2023
1 parent 187c16a commit 2e6eb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ const client = createClient({
<summary><a href="#client-with-on-reconnect">🔗</a> Client usage with reconnect listener</summary>

```ts
import { createClient, Client, ClientOptions } from './client';
import { createClient, Client, ClientOptions } from 'graphql-ws';
import { refetchSomeQueries } from './on-reconnected';

interface ClientWithOnReconnected extends Client {
Expand Down

0 comments on commit 2e6eb13

Please sign in to comment.