graphql-tools
graphql-tools copied to clipboard
@graphql-tools/webpack-loader readme is only mentioning 2 of 6 options
trafficstars
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? :)