Maps the relationship properties of a DynaRecord type T to their corresponding entity types.
DynaRecord
T
For array relationships, this resolves to the entity type of the array elements. For single relationships, this resolves to the entity type of the property.
The DynaRecord type to evaluate.
A union of all entity types referenced by the relationships in T.
Maps the relationship properties of a
DynaRecord
typeT
to their corresponding entity types.For array relationships, this resolves to the entity type of the array elements. For single relationships, this resolves to the entity type of the property.