For easing the frontend development in strict typed system like typescript or flowjs, we usually use double @GraphQLNonNull like [ObjectType!]!. But there is a small bug in ConnectionUtil.java that it doesn't unwrap the internal NonNull!. This PR is for it , thanks for reviewing.
For easing the frontend development in strict typed system like
typescript
orflowjs
, we usually usedouble @GraphQLNonNull like [ObjectType!]!
. But there is a small bug inConnectionUtil.java
that it doesn't unwrap the internal NonNull!
. This PR is for it , thanks for reviewing.