feat(orchestration): hydrate resultset (#11263)

What:
* Add support for aggregating data into existing resultset.
* `query.graph` new option `initialData` containing the resultset to be hydrated
* It fetches data where the requested fields are not present and merge with the existing resultset
This commit is contained in:
Carlos R. L. Rodrigues
2025-02-03 11:24:57 +00:00
committed by GitHub
parent c8376a9f15
commit 65fae943c9
4 changed files with 230 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/orchestration": patch
"@medusajs/types": patch
---
feat(orchestration): hydrate resultset