You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#1571 was added to handle
NonNull
types, but in #1695 we found that thetype_for
helper'sNonNull
branch is calling a non existing method, which indicates that the branch was never entered. Therefore, we should investigate whether the intendedNonNull
type support was already covered by other things, or we need to implement it differently.The text was updated successfully, but these errors were encountered: