TransformResult

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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