graphql-java-tools
graphql-java-tools copied to clipboard
Add validation - SchemaParserBuilder.resolvers should check for duplicates
I accidentally passed two instances of the same resolver into resolvers. This didn't cause an error until much later and it was difficult to figure out what had gone wrong. If an error were thrown when creating the SchemaParser it would have been much easier to figure out