Clarification on Handling Chunks of Data in postMutation Response
I'm sending a postMutation request to my backend, and it's responding with data sent in chunks using res.write(). For managing these data chunks in the postMutation, should I handle them in the onMutate callback or another side effect?
0 Replies