What's the best way to modify response data from ApolloQueryResult

Viewed 832

I am using watchQuery to get data from the backend and subscribe to the observable. I need to change the data returned from the backend, but they are all read-only property. How can I modify the data?

1 Answers
Related