Is your feature request related to a problem? Please describe.
When upgrading to Apollo Client v4, there is a type error with the library that can't be ignored. Root cause:
The published ActionCableLink.d.ts references NextLink (hard-removed in v4, now ApolloLink.ForwardFunction) and instantiates FetchResult with three generics (v4 has two).
Describe the solution you'd like
An update for graphql-ruby-client that supports Apollo Client v4.
Describe alternatives you've considered
I think I have to roll my own client temporarily...
Additional context
Is your feature request related to a problem? Please describe.
When upgrading to Apollo Client v4, there is a type error with the library that can't be ignored. Root cause:
Describe the solution you'd like
An update for
graphql-ruby-clientthat supports Apollo Client v4.Describe alternatives you've considered
I think I have to roll my own client temporarily...
Additional context