__InputValue

type __InputValue {

  name: String!

  description: String

  type: __Type!

  defaultValue: String
}

Require by

__Directive
null
__Field
null
__Type
null