Uses of Interface
graphql.analysis.QueryReducer
Packages that use QueryReducer
-
Uses of QueryReducer in graphql.analysis
Methods in graphql.analysis with parameters of type QueryReducerModifier and TypeMethodDescription<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.