Jose Gomez

Results 2 issues of Jose Gomez

The definition for the `where` method in Rails 6.1 is the next one ```ruby def where(*args) if args.empty? WhereChain.new(spawn) elsif args.length == 1 && args.first.blank? self else spawn.where!(*args) end end...

https://github.com/facebook/relay/issues/2194#issuecomment-407155883 Based on your comment here, there is a timeline for this?