Michael Jay
07/21/2022, 5:10 PMXUncheckedWithoutYInput
is coming from, where X and Y are models, Y hasMany X?
What does "Unchecked" mean here? I see there's a XOR here:
XOR<Enumberable<XWithoutYInput>, Enumerable<XUncheckedWithoutYInput>>
Is the "Unchecked" version some sort of default, because when I explore the client file, it lands me on the Unchecked flavor.
I would assume maybe unchecked doesn't do type-checking, but it seems like the type definitions are exactly the same.Austin
07/21/2022, 6:23 PMcreate
.Michael Jay
07/21/2022, 6:25 PM