-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Data Modeling
-
Environment:OS:
node.js / npm versions:
Additional info:
-
2
-
Iteration I (Aug 11 - Aug 25), Iteration J (Aug 25 - Sept 8)
-
None
-
None
-
Developer Tools
To prep for https://jira.mongodb.org/browse/COMPASS-9428
We need relationship sides to have arrays of field paths for when we represent compound relationships. Currently they're just field paths.
Should instead be:
fields: z.array(z.array(z.string())).nullable(),
That will probably break folks existing relationships so better that we do this sooner. We can do a conversion of the current ones in the zod schema
- is depended on by
-
COMPASS-9428 Support compound references (relationships)
-
- Needs Triage
-