Open
Description
Your use case
We're upgrading to Nuxt 3 from Nuxt 2. When upgrading Nuxt Apollo, I see there's no longer any way to pass in our custom ApolloLink. We already had this working using a complex link chain, which supports both file uploads (ref: #553) but also has a custom link for websockets via Rails Action Cable.
Removing this option is backwards-incompatible. We'll have to do the same as others and write our own plugin, I guess. Then we'll have to maintain that ourselves, too, which I prefer not to do.
The solution you'd like
Allow overriding links, like used to be available.
Possible alternatives
No response
Additional information
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment