Query API seems to just return lists of empty objects #442
-
Hey again! I am positive I'm doing something wrong here, so apologies in advance! But no matter what I try I can't seem to get any results from the query API beyond lists of empty objects. I'm on 0.51.0 currently: Here's a simple example:
I expect a response of I get similar results when I query data, if there's say 7 items in a JSON list, I get back 7 empty objects. Thanks for the help :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello! Your query is successful, but that's it. If you want to see the result of evaluation
|
Beta Was this translation helpful? Give feedback.
-
Thanks this worked! It did confuse me for a few hours so might be good to not require a binding in a future update. Another small feature request would be to be able to specify a path to return on the resulting expressions/bindings so all intermediate bindings aren't sent back to the client. E.g. if you had 3 intermediate variables in a query |
Beta Was this translation helpful? Give feedback.
Hello!
Your query is successful, but that's it. If you want to see the result of evaluation
input.example
, you'll have to bind it: