@lava-x/next-js
v4.0.2
Published
NextJs Helper from Lava X
Downloads
85
Readme
LxNext
NextJs Helpers Package from Lava X Team
Changelog
V4.0.2
- fix websocket link for apollo client with
GraphQLWsLink
V4.0.0
- upgrade dependencies to latest
- replace
subscriptions-transport-ws
withgrahql-ws
follow official docs recommendation - rename types
ApolloSocketEvents
->WsEventListener
- replace variable
websocketRequest
types fromWebSocketParams
toWsClientOptions
- enable types for AuthIdentity & move hook to AuthIdentityContext folder
V2.1.11
- add
memoryCacheConfig
intoApolloClientOptions
- add
constructApolloLinks
intoApolloClientOptions
to enable links customization for apollo client