graphql-java-annotations icon indicating copy to clipboard operation
graphql-java-annotations copied to clipboard

When a field value is null (is nullable) returns No GraphQL field Found

Open noamski opened this issue 5 years ago • 0 comments

When I'm trying to fetch a field using inheritanced interfaces and the value of the field is null, even if it is nullable it throws a noSuchFieldExceptionError at MethodDataFetcher.java in the method getGraphQLFieldValue.

noamski avatar Jul 22 '19 08:07 noamski