Is there a tutorial for graphcool that's updated? ...
# prisma-whats-new
a
Is there a tutorial for graphcool that's updated? If there isn't could one of you guys point me to a better documented graphql backend
n
Hey Alex! Sorry, we’ll fix the issue with the missing repo soon! In the meanwhile, you can try the updated Node tutorial on How to GraphQL for an in-depth learning experience 🙂 https://www.howtographql.com/graphql-js/1-getting-started/
Also, the GraphQL boilerplates for Node and TypeScript should help: https://github.com/graphql-boilerplates/
Both are the most up-to-date resources currently out there 🙂
a
Thanks
🙌 1
Ok so I've tried that tutorial, but when I run "graphcool init --schema https://graphqlbin.com/hn-starter.graphql --name Hackernews" , I get " ! Unknown flag --schema"
I am using powershell on Windows 10, for reference
If I delete --schema, I get " ! Unknown flag --name"
n
are you sure you’re running the Node tutorial and not another tutorial track?
otherwise, can you send me the URL of the page where you found that instruction?
a
You were right, I was on the wrong page (too many tabs open)
😅 1
But here is the tutorial where I found the command, It looks like you wrote it https://www.howtographql.com/graphcool/1-getting-started/
n
Yeah! But it’s actually outdated and will be entirely removed from site over the weekend.
a
Ok good
m
Hey you can check this out 🙂
a
Thanks