ZeroQL icon indicating copy to clipboard operation
ZeroQL copied to clipboard

Feature request: Use required keyword for required properties of Input-type class'

Open jonmaylandvitrolife opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe. Adding a new argument to an input-type (e.g. for a mutation) might result in a runtime error if the argument is required. It would be really nice to get a compile time error.

Describe the solution you'd like Could the required keyword be added to required properties of the input-type class

Describe alternatives you've considered

Additional context

jonmaylandvitrolife avatar Sep 10 '25 09:09 jonmaylandvitrolife