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
# TODO need to also check that these required attributes have values
In a mutation, when we mark an attribute as being required using the method required_attr :my_attr, the presence alone should not be an indication of requirement but it should also be a non nil value.
The text was updated successfully, but these errors were encountered:
A required attribute should also have a value, just just its inclusion in the
args
.ruby-mutant/lib/ruby-mutant/base.rb
Line 129 in 71a00b1
In a mutation, when we mark an attribute as being
required
using the methodrequired_attr :my_attr
, the presence alone should not be an indication of requirement but it should also be a nonnil
value.The text was updated successfully, but these errors were encountered: