My weekend of SwiftData continues.
Relationships are interesting - perhaps I missed this in the video - even though they need to be two way as in CoreData - they seem to be only defined as relationships at one end and a property at the other end is designated as the inverse.
It makes sense - though the code that Xcode generates from CoreData creates relationships at both ends (and you get a complaint about a circular definition)
@f Well it would be premature to say that I have them working - I do have them compiling so that's a start
@dimsumthinking I filed a TSI about this but haven’t to hear back about it.