GraphQL\Utils\MixedStore::__construct PHP Method

__construct() public method

MixedStore constructor.
public __construct ( )
    public function __construct()
    {
        $this->scalarStore = [];
        $this->objectStore = new \SplObjectStorage();
        $this->arrayKeys = [];
        $this->arrayValues = [];
    }