The __InputValue Type
The__InputValue
type represents field and directive arguments as well as theinputFields
of an input object.
Fields
name
must return a Stringdescription
may return a String or nulltype
must return a__Type
that represents the type this input value expects.defaultValue
may return a String encoding (using the GraphQL language) of the default value used by this input value in the condition a value is not provided at runtime. If this input value has no default value, returns null .