absinthe-graphql / absinthe-socket

Core JavaScript support for Absinthe WS-based operations
MIT License
148 stars 75 forks source link

Update Apollo Client to V3 #58

Closed deanpienaar closed 1 year ago

dnacenta commented 3 years ago

hey @mgtitimoli @tlvenn @bruce ! This would be very useful to us since we are using Apollo v.3 in our project. If you guys could take a look at it, it would be great 👍

dherault commented 2 years ago

I really needed this as part of my job so I published this PR's work under: pluralsh-absinthe-socket-apollo-link stored at https://github.com/pluralsh/pluralsh-absinthe-socket-apollo-link

Run npm i --save pluralsh-absinthe-socket-apollo-link and replace your imports accordingly.

Hope that helps.

kyleboe commented 1 year ago

Any timeline on merging this? (or something like it)

davidspek commented 1 year ago

I've setup a new repo (from the one mentioned above by dherault) that has Nx and Semantic Release setup and includes this PR. It can be found at https://github.com/pluralsh/absinthe-socket and release to @pluralsh/socket, @pluralsh/socket-apollo-link, @pluralsh/socket-graphiql and @pluralsh/socket-relay.