-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Allow chained accessors in Entities #1696
Comments
Can you please provide a reproducer ? |
Yes of course. After further investigation, it appears that the "@mutation" annotation is the cause of the error.
pom.xml
Error Log
|
#1959 could be related |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using GraphQL with Entities that implement chained accessors, e.g.:
the following error is thrown:
Same error also occurs when the Lombok annotation
@Accessors(chain = true)
is present.Used with Quarkus version 2.15.3.Final and Smallrye GraphQL version 1.19.1
The text was updated successfully, but these errors were encountered: