All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.analysis.QueryReducer Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.analysis;

import graphql.Internal;

@Internal
@FunctionalInterface
public interface QueryReducer {

    T reduceField(QueryVisitorEnvironment reducerEnvironment, T acc);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy