graphql-java-annotations
graphql-java-annotations copied to clipboard
When a field value is null (is nullable) returns No GraphQL field Found
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.