Skip to content

[JS Client] Support for Apollo Client v4 #5661

Description

@hueter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions