Skip to content

Commit 83f5004

Browse files
committed
refactor: Update UrqlProvider to use updated graphql-ws library
1 parent 4ba284b commit 83f5004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/book-web/src/provider/UrqlProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createClient, subscriptionExchange, cacheExchange, fetchExchange, Provider } from 'urql'
2-
import { createClient as createWSClient, SubscribePayload } from 'graphql-ws'
2+
import { createClient as createWSClient } from 'graphql-ws'
33
import { ENV } from '@/env'
44

55
type Props = {

0 commit comments

Comments
 (0)