react-relay
react-relay copied to clipboard
(Using graphcool 0.4) After running: `graphcool init --schema https://graphqlbin.com/hn-relay.graphql --name Hackernews` I run into this error: `The relation field `links` has the wrong format: [Link!] Possible Formats: Link, Link!, [Link!]!`...
I am running into some issues with the tutorial. Here is the error message I get after cloning this repo to local, a fresh install of dependencies (ignoring yarn.lock) and...
Hello, I followed these steps: - git clone https://github.com/howtographql/react-relay/ - cd react-relay - npm install -g graphcool - cd server - graphcool deploy - Copy the service ID (which you...
Link.js:45 Uncaught (in promise) TypeError: this.props.relay.environment._network.fetch is not a function console.log(this.props.relay.environment._network) shows only. ` > {observe: ƒ} ` In Link.js function looks like this. ` _userCanVoteOnLink = async (userId, linkId)...
Using just the default schema.graphql in master, I get: ``` $ yarn install ... $ yarn run -- relay-compiler --src ./src --schema ./schema.graphql yarn run v0.27.5 $ "/Users/yang/proj/data-mgmt-research/howtographql/react-relay/node_modules/.bin/relay-compiler" "--src" "./src"...
Causing an error on initial run. Removed the one without the `authProvider` field, now it's working.