GraphQL\Type\Definition\CustomScalarType::__construct PHP Method

__construct() public method

CustomScalarType constructor.
public __construct ( array $config )
$config array
    function __construct(array $config)
    {
        $this->name = $config['name'];
        $this->config = $config;
        parent::__construct();
    }