class GraphQL::Schema::Validator::AllowNullValidator
def validate(_object, _context, value)
def validate(_object, _context, value) if value.nil? && !@allow_null @message end end
def validate(_object, _context, value) if value.nil? && !@allow_null @message end end