Package | Description |
---|---|
graphql.execution.nextgen.result | |
graphql.language | |
graphql.util |
Modifier and Type | Class and Description |
---|---|
class |
ResultNodeAdapter |
Modifier and Type | Class and Description |
---|---|
class |
AstNodeAdapter
Adapts an Ast node to the general node from the util package
|
Modifier and Type | Method and Description |
---|---|
static <T> NodeZipper<T> |
NodeZipper.rootZipper(T rootNode,
NodeAdapter<T> nodeAdapter) |
Constructor and Description |
---|
NodeMultiZipper(T commonRoot,
List<NodeZipper<T>> zippers,
NodeAdapter<T> nodeAdapter) |
NodeZipper(T curNode,
List<Breadcrumb<T>> breadcrumbs,
NodeAdapter<T> nodeAdapter) |
TreeTransformer(NodeAdapter<T> nodeAdapter) |
Copyright © 2019. All rights reserved.