getParentType() public méthode

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