mercurius-typescript
mercurius-typescript copied to clipboard
Optional fields for non-nullable types
Hi,
I am using your plugin to generate the adequate typings for an app I am building and I would like to know if there is a way not to have optionals fields for values I specifically mark as non-nullable in the schema? It seems like avoidOptionals
does not seem to work .
Schema:
Intellisense:
Thank you!