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
Intended outcome: A JSON manifest of the operations and its signatures is generated when running apollo client:extract on apollo/client.
apollo client:extract
Actual outcome:
CLIError: Error in "Loading schema for my-apollo-service": Error: No API key found. Please set APOLLO_KEY or use --key
How to reproduce the issue: Running apollo client:extract in a repository with an apollo.config.js file configured with no APOLLO_KEY set.
apollo.config.js
Versions @apollo/[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intended outcome:
A JSON manifest of the operations and its signatures is generated when running
apollo client:extract
on apollo/client.Actual outcome:
How to reproduce the issue:
Running
apollo client:extract
in a repository with anapollo.config.js
file configured with no APOLLO_KEY set.Versions
@apollo/[email protected]
The text was updated successfully, but these errors were encountered: