-
-
Notifications
You must be signed in to change notification settings - Fork 830
Open
Labels
docsFocuses on documentation changesFocuses on documentation changes
Description
according to the readme the loader provides only two options:
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
interface Options { | |
noDescription?: boolean; | |
noEmptyNodes?: boolean; | |
noLoc?: boolean; | |
replaceKinds?: boolean; | |
esModule?: boolean; | |
importHelpers?: boolean; | |
} |
could you please add jsdoc comments to those options and also add the missing options to the readme? :)
Metadata
Metadata
Assignees
Labels
docsFocuses on documentation changesFocuses on documentation changes