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
Hi,
I have the following apollo.config.app.js:
apollo.config.app.js
module.exports = { client: { service: { name: 'service-app', localSchemaFile: './src/schema.graphql' }, includes: ['./src/fragments/app/*.ts'] } }
When named apollo.config.js it works, but using
apollo.config.js
apollo client:codegen src/generated/types/app --target=typescript --outputFlat --config=apollo.config.app.js
fails with
Error: No provider was created for config
The text was updated successfully, but these errors were encountered:
Perhaps related to the fact --outputFlat requires a path --outputFlat=some/path/queries.ts
--outputFlat=some/path/queries.ts
Sorry, something went wrong.
trevor-scheer
No branches or pull requests
Hi,
I have the following
apollo.config.app.js
:When named
apollo.config.js
it works, but usingfails with
The text was updated successfully, but these errors were encountered: