You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix NullPointerException in SchemaMapping inspector
Prior to this commit, the new nullness checks in the schema mapping
inspection (see gh-1220) would fail for null field definitions. While
not common in schemas, such types can be cnotributed by the Federation
support for the JVM.
This commit ensures that such types are considered as nullness
"unspecified" and does not break the inspection process.
Fixesgh-1333
Copy file name to clipboardExpand all lines: spring-graphql/src/test/java/org/springframework/graphql/execution/SchemaMappingInspectorNullnessTests.java
0 commit comments