Class HttpExecutor<R>
java.lang.Object
io.leangen.graphql.spqr.spring.web.HttpExecutor<R>
- All Implemented Interfaces:
GraphQLExecutor<R>
- Direct Known Subclasses:
DefaultGraphQLExecutor,DefaultGraphQLExecutor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ContextFactory<R>protected final DataLoaderRegistryFactory -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHttpExecutor(ContextFactory<R> contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected ApolloMessageprotected ApolloMessageexecute(graphql.GraphQL graphQL, ExecutorParams<R> params) Methods 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
-
Field Details
-
contextFactory
-
dataLoaderRegistryFactory
-
-
Constructor Details
-
HttpExecutor
protected HttpExecutor(ContextFactory<R> contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory)
-
-
Method Details
-
execute
- Specified by:
executein interfaceGraphQLExecutor<R>
-
data
-
error
-