The __Field Type
The__Field
type represents each field in an Object or Interface type.
Fields
name
must return a Stringdescription
may return a String or nullargs
returns a List of__InputValue
representing the arguments this field accepts.type
must return a__Type
that represents the type of value returned by this field.isDeprecated
returns true if this field should no longer be used, otherwise false .deprecationReason
optionally provides a reason why this field is deprecated.