quick icon indicating copy to clipboard operation
quick copied to clipboard

subselect scopes don't work on .all()

Open elpete opened this issue 4 years ago • 0 comments

No error is thrown and the query still retrieves the fields, but the object does not get the values if you getSubselectedField() - it returns null.

If you replace .all() with .get() it works fine.

We don't actually ever use .all() but I was working on some tests and saw that the behavior was different.

elpete avatar Mar 30 '20 17:03 elpete