tapioca icon indicating copy to clipboard operation
tapioca copied to clipboard

Investigate support of `GraphQL::Schema::NonNull`

Open st0012 opened this issue 2 years ago • 0 comments

#1571 was added to handle NonNull types, but in #1695 we found that the type_for helper's NonNull branch is calling a non existing method, which indicates that the branch was never entered. Therefore, we should investigate whether the intended NonNull type support was already covered by other things, or we need to implement it differently.

st0012 avatar Oct 18 '23 10:10 st0012