hi all! I am trying to follow along with the react...
# prisma-whats-new
m
hi all! I am trying to follow along with the react-relay modern tutorial. I've installed the legacy version of graphcool@0.4 as the note recommends, but I am still getting this error when running
graphcool init --schema <https://graphqlbin.com/hn-relay.graphql> --name Hackernews
in the terminal...
Copy code
The schema is invalid: 
  The relation field `links` has the wrong format: `[Link!]` Possible Formats: `Link`, `Link!`, `[Link!]!`
  The relation field `votes` has the wrong format: `[Vote!]` Possible Formats: `Vote`, `Vote!`, `[Vote!]!`
  The relation field `votes` has the wrong format: `[Vote!]` Possible Formats: `Vote`, `Vote!`, `[Vote!]!` (Request ID: eu-west-1:system:cjcz2a6u31gf60187vbuzorki)