spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.5k stars 297 forks source link

Duplicate reporting of unmapped union or interface fields #961

Closed rstoyanchev closed 2 months ago

rstoyanchev commented 2 months ago

There is an existing check to avoid duplicate reporting. However, it doesn't catch cases with union member and interface implementation types where we come across those once via union/interface field, and a second time via field with concrete type.