How to call a apollo mutation in redux-saga?

I need to take some actions and call a mutation as a sideeffect in saga. But saga is not a apollo-client connected React component, How do I call a mutation directly inside a saga function?

1 Like

Did you figure out how to do this? I’m in need of something similar!

Anything stopping you to just call mutate method on client instance?