You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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 created a local copy of hn-relay.graphql and replaced [Link!] with [Link!]! as well as [Vote!] with [Vote!]!.
It solved the issue.
heresandyboy, cdac901, EmilOJ, maryjenel, BahaaZidan and 3 moreBahaaZidan