Fork me on GitHub
#graphql
<
2020-09-08
>
hadils15:09:06

What does :body {:errors [{:message "Path de-references through a scalar type.", :locations [{:line 3, :column 5}], mean?

hadils15:09:31

I noticed on 400 errors, there are no response headers...

hlship15:09:41

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?

hadils16:09:28

I figured it out @hlship thanks!

hlship16:09:25

Remember that if you find something that might help someone else in the same problem, please post your solution.

hadils17:09:24

We were returning a scalar, but the mutation was in brackets.