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
It would be great if we could specify which configuration file we want to make use of when generating TypeScript types through the cli, e.g.:
"graphql-mesh typescript --input ./src/graphql/devconfigrc.yml --output ./src/graphql/mesh/generated/types.tsx"
That way we could easily switch between e.g. development and production and generate types based on the environment we need types for
The text was updated successfully, but these errors were encountered:
fix(deps): update dependency @guild-docs/client to v1.1.3 (ardatan#882)
3e4d814
Co-authored-by: Renovate Bot <bot@renovateapp.com>
No branches or pull requests
It would be great if we could specify which configuration file we want to make use of when generating TypeScript types through the cli, e.g.:
"graphql-mesh typescript --input ./src/graphql/devconfigrc.yml --output ./src/graphql/mesh/generated/types.tsx"
That way we could easily switch between e.g. development and production and generate types based on the environment we need types for
The text was updated successfully, but these errors were encountered: