Replace

class Replace(val newNode: GQLNode) : TransformResult

Replace the given node. This is terminal in that the node children will not be visited unless you do it explicitly by calling transform recursively

Constructors

Link copied to clipboard
constructor(newNode: GQLNode)

Properties

Link copied to clipboard