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
Note that your query does not have a top-level projection * [...], so you're effectively asking whether [].name == undefined, which is true. If you set query to * [name == $name] then you get an empty array back which also matches expectations.
Your suggestion definitely seems like it would be useful, so it would be nice to have a strictParameters: true setting on the options object in evaluate which would trigger errors for missing params.
I expected the following to throw an error:
...but it actually results in
true
I think it'd be better if undefined parameters would throw an error:
The text was updated successfully, but these errors were encountered: