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> T
QueryTraverser. reducePostOrder(QueryReducer<T> queryReducer, T initialValue)
Reduces the fields of a Document (or parts of it) to a single value.<T> T
QueryTraverser. reducePreOrder(QueryReducer<T> queryReducer, T initialValue)
Reduces the fields of a Document (or parts of it) to a single value.
-