We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Things were going well until the last line:
npm i -g graphql-cli graphql-cli-generate-fragments graphql init graphql get-schema graphql generate-fragments
Get the usage help with the last line saying: Uknown argument: generate-fragments
Uknown argument: generate-fragments
Versions:
[email protected] [email protected] [email protected] [email protected] [email protected] Windows 10
The text was updated successfully, but these errors were encountered:
@zbyte64 can you share your .graphqlconfig.yml?
Sorry, something went wrong.
.graphqlconfig::
{ "projects": { "topflavorfarms": { "schemaPath": "schema.graphql", "extensions": { "endpoints": { "default": "http://localhost:8000/graphql/" } }, "generate-fragments" { "output": "planter/src/graphql/app.fragments.js" "generator": "js" } } }
Can you try graphqlconfig.yml rather than json?
No branches or pull requests
Things were going well until the last line:
Get the usage help with the last line saying:
Uknown argument: generate-fragments
Versions:
The text was updated successfully, but these errors were encountered: