I’m doing a simple hello world application that uses ApolloStack and react-meteor but it seems not working fine. Using the localhost:3000/graphiql seem to work fine but when i’m doing it on the meteor-react that error came which i’m not sure what im doing wrong.
Now i did what you said and it works great. But i have another query which has parameters and copy the value from grapqil (which is working) but now i got an error again. please help @sashko
After digging into my problem, the issue was the query that was located on other component. And that query was outdated because I change the graphql schema… If only the debugger pinpoint on which component the error came from, i think i can easily start checking that component first