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.
2 parents af891db + b684cee commit d714dc0Copy full SHA for d714dc0
src/main/java/graphql/annotations/processor/retrievers/GraphQLObjectInfoRetriever.java
@@ -42,7 +42,7 @@ public List<Method> getOrderedMethods(Class c) {
42
.collect(Collectors.toList());
43
}
44
45
- public static Boolean isGraphQLField(AnnotatedElement element) {
+ public Boolean isGraphQLField(AnnotatedElement element) {
46
GraphQLField annotation = element.getAnnotation(GraphQLField.class);
47
if (annotation == null) {
48
return null;
0 commit comments