getType() public méthode

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