Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 869 Bytes

known-limitations.md

File metadata and controls

19 lines (16 loc) · 869 Bytes

Known Limitations

  • 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.

Read more

See also