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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy