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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: