getType() публичный Метод

public getType ( ) : Type
Результат GraphQL\Type\Definition\Type
Пример #1
0
 /**
  * Returns OutputType
  *
  * @return Type
  */
 function getType()
 {
     return $this->_typeInfo->getType();
 }