Fork me on GitHub
#pathom
<
2019-11-25
>
mattsfrey17:11:39

Hey, I’m curious if anyone has tried using pathom in nodejs as a backend for fulcro and what the results were?

Björn Ebbinghaus19:11:31

I got the weird situation in the Fulcro Inspect Query tab, I can't autocomplete mutations and always displays the following as the result

{:com.wsscode.pathom.core/reader-error
  "Mutation not found - {:mutation decide.model.account/update-display-name}"}}
But ... the mutation is there. Runs like expected and returns the value it is supposed to. It shows correctly in the network tab (Chrome and Fulcro Inspect). It shows up correct in the Index Explorer as well. Any ideas what is going on?