Version 8.2.0
Minor
- Added a new
GraphQLProvider
component that prevents unnecessary loading on the client after SSR, fixing #4. This component should be used instead of usingGraphQLContext.Provider
directly. The old way still works, but with the old behavior.
Patch
- Updated dev dependencies.
- Updated the
GraphQLContext.Consumer
example to use React hooks.