graphql.execution.batched.ExecutionNode Maven / Gradle / Ivy
package graphql.execution.batched;
import graphql.language.Field;
import graphql.schema.GraphQLObjectType;
import java.util.List;
import java.util.Map;
class ExecutionNode {
private final GraphQLObjectType type;
private final Map> fields;
private final List parentResults;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy