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
I tried to upgrade mst-gql in my project, but when I did so it turned out that I must pass undefined to every empty selector builder of a non-primitive field. In many queries, I want to get only a reference so when invoking the selector builder for a non-primitive field I pass no arguments. The builder argument is now required, but undefined is acceptable. Can't we return to the optional argument?
The text was updated successfully, but these errors were encountered:
wtuminski
changed the title
QueryBuilder requires passing 'undefined' instead of empty
[name]ModelSelector requires passing 'undefined' instead of empty for non-primitive fields
Dec 27, 2022
I tried to upgrade mst-gql in my project, but when I did so it turned out that I must pass
undefined
to every empty selector builder of a non-primitive field. In many queries, I want to get only a reference so when invoking the selector builder for a non-primitive field I pass no arguments. Thebuilder
argument is now required, butundefined
is acceptable. Can't we return to the optional argument?The text was updated successfully, but these errors were encountered: