Skip to content

@graphql-tools/webpack-loader readme is only mentioning 2 of 6 options #3127

@jantimon

Description

@jantimon

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:

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 changes

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions