fix(medeusa): Transform query includes options should only be added to allowed props if there is already at least one allowed props (#3362)
**What** when `fields` only contain includes options, it should return the entire object plus the include options. If the fields contains the included options + other fields, it should only return the requested fields + the included options
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medeusa): Transform query includes options should only be added to allowed props if there is already at least one allowed props
|
||||
Reference in New Issue
Block a user