I've just created a createUser mutation and there are about 30 potential fields, around 20 are required.
As I type I get told that I'm missing lots of required fields like so:

I think it'd be nice for autocomplete to add all of the required input fields so you can change booleans and fill in strings really quick. Right now it's a case of looking at the error tooltip and adding each of them manually