ardatan / ardatan/graphql-tools
@graphql-tools/webpack-loader readme is only mentioning 2 of 6 options
Open
docs
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 830
- Avg merge
- 10h 59m
- Merged PRs (30d)
- 45
Description
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:
https://github.com/ardatan/graphql-tools/blob/3846041c14d0fe37d43b77156e2a0b85da8651ba/packages/webpack-loader/src/index.ts#L12-L19
could you please add jsdoc comments to those options and also add the missing options to the readme? :)
Contributor guide
Assessment
This issue has not been assessed yet.