ts2gql
ts2gql copied to clipboard
Add the option to flag a property as required (the "!" in gql)
Yeah, good call!
I have a branch that can do this. Would you be interested in it as a PR?
The idea is to make everything "!" by default, but add support for type unions with null / undefined to remove it.
Hello there. What would be the status of this feature? Has anybody worked on it?