Replies: 2 comments
-
Sounds like it could be a new plugin :) PRs are welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be a very nice feature, subscribing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an input type that has default values expressed in the schema:
Do you think it would be possible to somehow make the values
10
and0
be part of the generated code? Currently, I have a duplication between my schema and my code which I'd like to avoid.I'm aware that currently, only types are exported from the generated TypeScript file while this would be something different. I imagine my code would look like this:
Beta Was this translation helpful? Give feedback.
All reactions