Class DefaultGraphQLExecutor
java.lang.Object
io.leangen.graphql.spqr.spring.web.HttpExecutor<org.springframework.web.context.request.NativeWebRequest>
io.leangen.graphql.spqr.spring.web.mvc.DefaultGraphQLExecutor
- All Implemented Interfaces:
GraphQLExecutor<org.springframework.web.context.request.NativeWebRequest>,GraphQLMvcExecutor
public class DefaultGraphQLExecutor
extends HttpExecutor<org.springframework.web.context.request.NativeWebRequest>
implements GraphQLMvcExecutor
-
Field Summary
Fields inherited from class io.leangen.graphql.spqr.spring.web.HttpExecutor
contextFactory, dataLoaderRegistryFactory -
Constructor Summary
ConstructorsConstructorDescriptionDefaultGraphQLExecutor(MvcContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory) -
Method Summary
Methods inherited from class io.leangen.graphql.spqr.spring.web.HttpExecutor
data, error, executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.leangen.graphql.spqr.spring.web.GraphQLExecutor
buildInput, buildInput, execute
-
Constructor Details
-
DefaultGraphQLExecutor
public DefaultGraphQLExecutor(MvcContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory)
-
-
Method Details
-
blocking
-