Skip to content

Refactor Burnup charts application to update Apollo cache immutably

What does this MR do?

This MR changes the Apollo Client for burnup charts application to assume immutable updates. This required a slight change in the application to clone the object from the cache so all the mutations apply to this new object rather than the cache.

Screenshots or Screencasts (strongly suggested)

No visual changes

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #331116 (closed)

Edited by Natalia Tepluhina

Merge request reports