babel-plugin-react-relay icon indicating copy to clipboard operation
babel-plugin-react-relay copied to clipboard

Babel plugin for Relay Classic which works out of the box with your GraphQL endpoint

Results 5 babel-plugin-react-relay issues
Sort by recently updated
recently updated
newest added
trafficstars

Good day: Love the plugin however, getting an issue in my React Project. I've followed these steps: - install `"babel-plugin-react-relay": "^0.10.0"` - Generated `.graphqlconfig` with the following: `` { "schemaPath":...

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

I'm trying to integrate [create-react-app](https://github.com/facebookincubator/create-react-app) and [swapi](https://github.com/graphql/swapi-graphql), here's my [code](https://github.com/18601673727/starwar) and I'm facing this issue: ``` bash $ npm start Failed to compile. Error in ./src/index.js Module build failed: Error:...

I'm not sure where else to ask for help, but I believe I've narrowed it down to the graphql server or this repo. I started my project based off the...

I add difficulties to make it work under these conditions: - es6 webpack configuration file (webpack.babel.js) - graphql-js as configuration option getting the error: **"Schema must be an instance of...