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 9a5cccb commit 7369cb0Copy full SHA for 7369cb0
src/main/java/graphql/annotations/DefaultTypeFunction.java
@@ -62,7 +62,7 @@ public boolean canBuildType(Class<?> aClass, AnnotatedType annotatedType) {
62
}
63
64
@Override
65
- public GraphQLType buildType(String typeName, Class<?> aClass, AnnotatedType annotatedType) {
+ public GraphQLType buildType(boolean inputType, Class<?> aClass, AnnotatedType annotatedType) {
66
return Scalars.GraphQLID;
67
68
0 commit comments