The __Field Type

The__Fieldtype represents each field in an Object or Interface type.

Fields

  • name must return a String
  • description may return a String or null
  • args 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.

results matching ""

    No results matching ""