Skip to content

Conversation

@ashatch
Copy link
Contributor

@ashatch ashatch commented Feb 16, 2023

Added UniqueObjectFieldName validation rule with a test that covers issue #1806.

This validation might be too broad?

Copy link
Member

@bbakerman bbakerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really great PR - you have copied the style existing code really well

Thanks

private void checkObjectValue(ObjectValue node) {
currentRules.forEach(r -> r.checkObjectValue(node));
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work

@bbakerman bbakerman added this to the 20.1 milestone Feb 21, 2023
@andimarek andimarek added this pull request to the merge queue Mar 21, 2023
@andimarek andimarek merged commit 4aedac7 into graphql-java:master Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants