Skip to content

Commit 7369cb0

Browse files
author
Thomas Draier
committed
Resolved issues after rebase
1 parent 9a5cccb commit 7369cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/annotations/DefaultTypeFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public boolean canBuildType(Class<?> aClass, AnnotatedType annotatedType) {
6262
}
6363

6464
@Override
65-
public GraphQLType buildType(String typeName, Class<?> aClass, AnnotatedType annotatedType) {
65+
public GraphQLType buildType(boolean inputType, Class<?> aClass, AnnotatedType annotatedType) {
6666
return Scalars.GraphQLID;
6767
}
6868
}

0 commit comments

Comments
 (0)