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

graphql.execution.nextgen.ExecutionStrategy Maven / Gradle / Ivy

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

import graphql.Internal;
import graphql.execution.ExecutionContext;
import graphql.execution.nextgen.result.ObjectExecutionResultNode.RootExecutionResultNode;

import java.util.concurrent.CompletableFuture;

@Internal
public interface ExecutionStrategy {

    CompletableFuture execute(ExecutionContext context, FieldSubSelection fieldSubSelection);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy