We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc1f34 commit 7e0a66eCopy full SHA for 7e0a66e
src/main/java/graphql/schema/GraphQLNonNull.java
@@ -47,7 +47,7 @@ public GraphQLNonNull(GraphQLType wrappedType) {
47
48
private void assertNonNullWrapping(GraphQLType wrappedType) {
49
assertTrue(!GraphQLTypeUtil.isNonNull(wrappedType), () ->
50
- String.format("A non null type cannot wrap an existing non null type '%s'", GraphQLTypeUtil.simplePrint(wrappedType)));
+ "A non null type cannot wrap an existing non null type");
51
}
52
53
@Override
0 commit comments