TransformResult

interface TransformResult

Types

Link copied to clipboard
object Continue : TransformResult
Link copied to clipboard
object Delete : TransformResult
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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard