- Does not support loading recursive linked sources.
- Nested relation between linked source cannot be resolved by database-side join.
- Queries are only supported at root level, all other objects have to be fetched by ID.
- Does not support polymorphism at root level.
If database-side joins are required, an object that represents the result of those operations must be created and loaded by the reference loader. Then, this object can be loaded and linked by LinkIt like any other object.
- Perform complex projections easily with LinkIt AutoMapper Extensions