The __Field Type
The__Fieldtype represents each field in an Object or Interface type.
Fields
namemust return a Stringdescriptionmay return a String or nullargsreturns a List of__InputValuerepresenting the arguments this field accepts.typemust return a__Typethat represents the type of value returned by this field.isDeprecatedreturns true if this field should no longer be used, otherwise false .deprecationReasonoptionally provides a reason why this field is deprecated.