Class HttpExecutor<R>

java.lang.Object
io.leangen.graphql.spqr.spring.web.HttpExecutor<R>
All Implemented Interfaces:
GraphQLExecutor<R>
Direct Known Subclasses:
DefaultGraphQLExecutor, DefaultGraphQLExecutor

public abstract class HttpExecutor<R> extends Object implements GraphQLExecutor<R>