Package graphql.util
Class ReplaceNode
java.lang.Object
graphql.util.ReplaceNode
Special class to be set as var in
TraverserContext.setVar(Class, Object)
to indicate that the current node should be replaced.
This is used when the new Node actually has different children and you wanna iterator over the new State.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReplaceNode
-
-
Method Details
-
getNewNode
-