Youshido\GraphQL\Type\Object\ObjectType::__construct PHP Méthode

__construct() public méthode

public __construct ( array $config )
$config array
    public function __construct(array $config)
    {
        $this->config = new ObjectTypeConfig($config, $this, true);
    }