Uses of Interface
graphql.analysis.QueryReducer
-
Packages that use QueryReducer Package Description graphql.analysis -
-
Uses of QueryReducer in graphql.analysis
Methods in graphql.analysis with parameters of type QueryReducer Modifier and Type Method Description <T> TQueryTraverser. reducePostOrder(QueryReducer<T> queryReducer, T initialValue)Reduces the fields of a Document (or parts of it) to a single value.<T> TQueryTraverser. reducePreOrder(QueryReducer<T> queryReducer, T initialValue)Reduces the fields of a Document (or parts of it) to a single value.
-