getType() 공개 메소드

public getType ( ) : Type
리턴 GraphQL\Type\Definition\Type
예제 #1
0
 /**
  * Returns OutputType
  *
  * @return Type
  */
 function getType()
 {
     return $this->_typeInfo->getType();
 }