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
Will assign the filter fiends: {name: {_eq: "John"}} to the scanNode on the root of the typeJoin. But it should be reported on the selectNode above the typeJoin.
The actual filter is correctly applies to the selectNode, but the way the filters are rendered, misrepresents this.
A query with a related type, with a filter applied to the related type, is being incorrectly reported.
Eg:
Will assign the filter
fiends: {name: {_eq: "John"}}
to thescanNode
on theroot
of thetypeJoin
. But it should be reported on theselectNode
above thetypeJoin
.The actual filter is correctly applies to the
selectNode
, but the way the filters are rendered, misrepresents this.Related to #1539
The text was updated successfully, but these errors were encountered: