We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba284b commit 83f5004Copy full SHA for 83f5004
apps/book-web/src/provider/UrqlProvider.tsx
@@ -1,5 +1,5 @@
1
import { createClient, subscriptionExchange, cacheExchange, fetchExchange, Provider } from 'urql'
2
-import { createClient as createWSClient, SubscribePayload } from 'graphql-ws'
+import { createClient as createWSClient } from 'graphql-ws'
3
import { ENV } from '@/env'
4
5
type Props = {
0 commit comments