Netflix / dgs-intellij-plugin

Apache License 2.0
22 stars 11 forks source link

False positive hint about schema mismatch on final input argument parameters #48

Closed pschyma closed 1 year ago

pschyma commented 2 years ago

Making a method parameter final that is also annotated with @InputArgument creates a warning hint about not matching the schema. Removing the final modifier removes the hint.

image

srinivasankavitha commented 2 years ago

Thanks for reporting. Please suppress the warning for the time being while we work on a fix for this.