graphql.nadel.engine.PathMapper Maven / Gradle / Ivy
package graphql.nadel.engine;
import graphql.execution.ExecutionPath;
import graphql.execution.ExecutionStepInfo;
import graphql.execution.MergedField;
import graphql.nadel.util.FpKit;
import java.util.List;
public class PathMapper {
public ExecutionPath mapPath(ExecutionStepInfo executionStepInfo, MergedField mergedField, UnapplyEnvironment environment) {
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy