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

graphql.kickstart.execution.GraphQLInvokerProxy Maven / Gradle / Ivy

There is a newer version: 16.0.0
Show newest version
package graphql.kickstart.execution;

import graphql.ExecutionInput;
import graphql.ExecutionResult;
import graphql.GraphQL;
import java.util.concurrent.CompletableFuture;

public interface GraphQLInvokerProxy {

  CompletableFuture executeAsync(GraphQL graphQL, ExecutionInput executionInput);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy