GraphQL\Language\AST\Node::cloneDeep PHP Method

cloneDeep() public method

public cloneDeep ( )
    public function cloneDeep()
    {
        return $this->cloneValue($this);
    }