Package | Description |
---|---|
graphql.analysis |
Modifier and Type | Method and Description |
---|---|
<T> T |
QueryTraversal.reducePostOrder(QueryReducer<T> queryReducer,
T initialValue)
Reduces the fields of a Document (or parts of it) to a single value.
|
<T> T |
QueryTraversal.reducePreOrder(QueryReducer<T> queryReducer,
T initialValue)
Reduces the fields of a Document (or parts of it) to a single value.
|
Copyright © 2019. All rights reserved.