Howtographql: Some command not working (Graphcool tutorial)

Created on 28 Nov 2017  ·  7Comments  ·  Source: howtographql/howtographql

Passing Graphcool tutorial, I noticed that command

graphcool init --schema https://graphqlbin.com/hn-starter.graphql --name Hackernews

not properly working.
Graphcool prints:

Unknown flag --schema

All 7 comments

I can reproduce the issue with [email protected]

Same here. Any way around this?

I think need to update tutorial, because in the new graphcool api we can't
use custom templates.

2017-12-09 23:14 GMT+02:00 Logan Bernard notifications@github.com:

Same here. Any way around this?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/howtographql/howtographql/issues/343#issuecomment-350505985,
or mute the thread
https://github.com/notifications/unsubscribe-auth/APVkvrraGiFdo3pgT1NSSFM2hjZRDw4Iks5s-vhKgaJpZM4QswdA
.

It seems that they are rewriting tutorials to accommodate graphcool-cli changes: Outdated Freecom Graphcool Tutorial

Really hoping to use Graphcool once one of the tutorials is updated 😄

I have an issue on making mutations with links because the description is not an attribute on the original scheme of hacker news

https://www.howtographql.com/react-relay/1-getting-started/

Thanks a lot for pointing that out @Tankerxyz 🙏 The Graphcool Framework tutorial was removed in favor of an updated Node tutorial based on Prisma 🙂

graphcool --help
The new version of graphcool does not have "--schema" or "--name" option.
I just use
graphcool init
or
graphcool init Hackernews
The files are created under the "Hackernews" folder.

Was this page helpful?
0 / 5 - 0 ratings