Open 18601673727 opened 8 years ago
I couldn't find any valid configuration in your shared code @18601673727. Have you tried out any of the available configuration options?
@schickling Thanks for the quick reply, well I added a .graphqlrc
and got new error like below:
Failed to compile.
Error in ./src/index.js
Module build failed: Error: Bad Request: {"errors":[{"message":"Cannot query field \"locations\" on type \"__Directive\".","locations":[{"line":13,"column":9}]}]}
at Array.map (native)
@ multi main
@18601673727 I worry create-react-app is not yet compatible with Relay: https://github.com/facebookincubator/create-react-app/issues/462
@help
{ "errors": [ { "message": "Cannot query field \"locations\" on type \"__Directive\".", "locations": [ { "line": 13, "column": 9 } ] } ] }
I'm trying to integrate create-react-app and swapi, here's my code and I'm facing this issue:
Please help, thanks!