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?
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?