node-graphql-server icon indicating copy to clipboard operation
node-graphql-server copied to clipboard

CLI for GraphQL has changed

Open rodriigovieira opened this issue 5 years ago • 3 comments

I tried bootstraping a new GQL project using the graphql-cli - however, it seems the CLI has changed.

When I executed graphql create boilerplate-backend --boilerplate node-advanced, I received the "invalid arguments" error, referring to the --boilerplate option.

I believe the correct syntax now is just graphql create [directory] and the CLI'll do the rest.

rodriigovieira avatar Mar 14 '19 18:03 rodriigovieira

@rodriigovieira same

phuongthuan avatar Mar 15 '19 11:03 phuongthuan

What happened to using a custom boilerplate? Why was that removed?

jacobfike avatar Apr 22 '19 18:04 jacobfike

It's still there, only the commands changed. graphql create [directory] -p [project-name] Then you choose the boilreplate in the next prompt

What happened to using a custom boilerplate? Why was that removed?

waptik avatar Aug 30 '19 10:08 waptik