Convex mutation inside tanstack/react query mutation

I want to do crazy browser push api stuff.

For this I want to abstract a function inside a tanstack query mutation

this tanstack mutation has to call the convex mutation. (it has to make a db write and a bunch of extra stuff)

Is that possible with the convex mutation?
Was this page helpful?