Files
medusa-store/.changeset/honest-ants-guess.md
T
Carlos R. L. Rodrigues 65fae943c9 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
2025-02-03 11:24:57 +00:00

7 lines
106 B
Markdown

---
"@medusajs/orchestration": patch
"@medusajs/types": patch
---
feat(orchestration): hydrate resultset