blaze-persistence
blaze-persistence copied to clipboard
Multiple roots generated for limit mapping with intermediate association
In an entity view mapping like e.g.
@Mapping("page.pageRevisions")
@Limit(limit = "1", order = ["id DESC"])
PageRevisionGraphQlView getLastRevision();
we seem to generate an additional root join node, so paginating fails.
@beikov should i have somewhat tested this? Not sure which cause we have been working on here
Don't worry about this. I think I have a test for this, but did not find the time yet to fix this as it is rather complex.