Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

chore: @urql/next expose SSRContext (#3659)

Changed files
+6 -1
.changeset
packages
next-urql
src
+5
.changeset/hungry-pandas-accept.md
···
+
---
+
'@urql/next': patch
+
---
+
+
export SSRContext from provider
+1 -1
packages/next-urql/src/index.ts
···
export * from 'urql';
export { useQuery } from './useQuery';
-
export { UrqlProvider } from './Provider';
+
export { UrqlProvider, SSRContext } from './Provider';