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

graphql.spring.web.servlet.GraphQLInvocation Maven / Gradle / Ivy

The newest version!
package graphql.spring.web.servlet;

import graphql.ExecutionResult;
import graphql.PublicApi;
import org.springframework.web.context.request.WebRequest;

import java.util.concurrent.CompletableFuture;

@PublicApi
public interface GraphQLInvocation {

    CompletableFuture invoke(GraphQLInvocationData invocationData, WebRequest webRequest);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy