What does :body {:errors [{:message "Path de-references through a scalar type.", :locations [{:line 3, :column 5}],
mean?
I noticed on 400 errors, there are no response headers...
That shouldn’t be possible, it’s a sanity check for when you try to de-structure through a scalar type. That’s supposed to be caught during the query parser phase. Can we see your schema and query? I’m curious how this can happen. Also, what version of lacinia?
I figured it out @hlship thanks!
Remember that if you find something that might help someone else in the same problem, please post your solution.
We were returning a scalar, but the mutation was in brackets.