Hey All!
I’m a big fan of react-query
and was hoping to use it in a new Redwood project but still keep the Cell functionality. The other night @peterp mentioned that it is possible to swap out Apollo for whatever GraphQL client you want.
So I spent some time and got react-query
+ graphql-request
working as a replacement!
I put together a package for anyone else out there that wants to do the same. Hopefully you find it as useful as I have