GraphQL\Type\Definition\UnionType::getPossibleTypes PHP Method

getPossibleTypes() public method

public getPossibleTypes ( ) : ObjectType[]
return ObjectType[]
    public function getPossibleTypes()
    {
        trigger_error(__METHOD__ . ' is deprecated in favor of ' . __CLASS__ . '::getTypes()', E_USER_DEPRECATED);
        return $this->getTypes();
    }