getInputType() public method

public getInputType ( ) : GraphQL\Type\Definition\InputType
return GraphQL\Type\Definition\InputType
 /**
  * @return InputType
  */
 function getInputType()
 {
     return $this->_typeInfo->getInputType();
 }