◐ Shell
clean mode source ↗

Add support for `@semanticNonNull` by martinbonnin · Pull Request #4401 · graphql-java/graphql-java

Choose a reason for hiding this comment

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

Ah yes, sorry should have left a comment there. This is because the @semanticNonNull directive definition now puts the Int type by defaults in all schemas. So it's either we change to float, or we check operations.size() == 3 just below.

Since this class is about testing schema diffs, I thought keeping the diff as large as possible was the best way forward.