dotansimha / dotansimha/graphql-code-generator
immutableTypes: Add more options in setting, i.e. exclude *Input types
Open
core
kind/enhancement
plugins
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
I would like to be able to exclude *Input types from being immutable.
I like to be able to use the immutableTypes feature, as I think most of the types there should be treated as immutables.
However, I want to be able to gradually build the input objects, so I want to exclude those.
A solution could be being able to configure:
- immutableTypes: allExceptInputs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.