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 would prefer if solution was detect this case and ignore the params. I would like to make all my queries look nearly identical. I often copy one query and just change the content inside, it's easy for me to just remove the params and not have to unwrap it too.
Code
The code causing the error.
Generated EdgeQL
Run the
.toEdgeQL()
method on your query and print the result. Then copy the generated query here.Notice the empty
with
.We should either not allow constructing an empty params object, or detect this case and ignore the params.
The text was updated successfully, but these errors were encountered: