Mondego/spacetime

Fetch all child pcc set objects by default

Closed this issue · 1 comments

Example: UberCar inherits from Car. When fetching Car, all Car's children should also be fetched by default. This can be done client side (e.g. Getter(Car) == Getter(Car, UberCar)) or server-side. Client-side seems to be less disruptive.

This is not working yet. @lordnahor is working on a fix.