getType() public method

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