adamsoffer / next-apollo

React higher-order component for integrating Apollo Client with Next.js
MIT License
482 stars 64 forks source link

Is there a way to access the apollo client aside from just exporting it? #109

Closed BaoPham92 closed 2 years ago

BaoPham92 commented 2 years ago

There are situations where I would need access to some of the apollo client methods, is anyone familiar with being able to access the client object aside from just exporting the HOC wrapper?