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
according to the readme the loader provides only two options:
https://github.com/ardatan/graphql-tools/blob/3846041c14d0fe37d43b77156e2a0b85da8651ba/packages/webpack-loader/README.md
noDescription (default: false) - removes descriptions esModule (default: false) - uses import and export statements instead of CommonJS
from the source:
graphql-tools/packages/webpack-loader/src/index.ts
Lines 12 to 19 in 3846041
could you please add jsdoc comments to those options and also add the missing options to the readme? :)
The text was updated successfully, but these errors were encountered:
kamilkisiela
No branches or pull requests
according to the readme the loader provides only two options:
https://github.com/ardatan/graphql-tools/blob/3846041c14d0fe37d43b77156e2a0b85da8651ba/packages/webpack-loader/README.md
from the source:
graphql-tools/packages/webpack-loader/src/index.ts
Lines 12 to 19 in 3846041
could you please add jsdoc comments to those options and also add the missing options to the readme? :)
The text was updated successfully, but these errors were encountered: