-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1-getting-started schema error with graphcool init #6
Comments
I bet everything is not up to date. |
I'm getting the same thing as well. Any suggestions? |
@GordanRatkovic - I've noticed there are lots of changes in the last revision of graphcool which needs different acts to be done in order for the tutorial to work as expected:
Hope it help |
(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
linkshas 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.
The text was updated successfully, but these errors were encountered: