We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
[Blazebit#1811] Don't generate root for intermediate from node of cor…
64fa0a9
…related join path
cf1caf3
@beikov should i have somewhat tested this? Not sure which cause we have been working on here
Sorry, something went wrong.
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.
aaf9962
beikov
Successfully merging a pull request may close this issue.
In an entity view mapping like e.g.
we seem to generate an additional root join node, so paginating fails.
The text was updated successfully, but these errors were encountered: