This release removes the dependencies to slicknode-client
and executes the authentication and auth token refresh requests through the link chain of the apollo client. This allows the client to be used in combination with all other Apollo links which enables unified error handling, support for GraphQL subscriptions, query batching, local state handling etc.
See the docs for more information.