kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 311 forks source link

Please provide an option for users of the library to replace apollo client with a custom version of an apollo-client #1505

Closed cjohn001 closed 4 years ago

cjohn001 commented 4 years ago

I am currently looking into options to use the apollo-angular library with a customized version of an apollo-client as apollo-angular and the graphql code generator are really excellent tooling. I would like to use it together with an offix client (https://offix.dev/) as it provides some nice extensions to support offline usage of graphql. Would be great if you could open the library to support third party clients. Thanks!

cjohn001 commented 4 years ago

offix client will not be further developed, hence I close the issue