summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/data/query.js
AgeCommit message (Collapse)Author
2021-07-20refactor(ui): Perform Saga mutations through React QueryFabian Mastenbroek
This change updates the OpenDC frontend to perform mutations of the topology done in Sagas through the React Query cache, so that non-Saga parts of the application also have their topology queries updated.