| Package | Description |
|---|---|
| io.leangen.graphql.spqr.spring.autoconfigure | |
| io.leangen.graphql.spqr.spring.web |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MvcContextFactory |
interface |
ReactiveContextFactory |
interface |
WebSocketContextFactory |
| Modifier and Type | Field and Description |
|---|---|
protected ContextFactory<R> |
HttpExecutor.contextFactory |
| Modifier and Type | Method and Description |
|---|---|
default graphql.ExecutionInput |
GraphQLExecutor.buildInput(GraphQLRequest graphQLRequest,
R request,
ContextFactory<R> contextFactory,
DataLoaderRegistryFactory loaderFactory) |
default graphql.ExecutionInput |
GraphQLExecutor.buildInput(GraphQLRequest graphQLRequest,
R request,
Object env,
ContextFactory<R> contextFactory,
DataLoaderRegistryFactory loaderFactory) |
| Constructor and Description |
|---|
HttpExecutor(ContextFactory<R> contextFactory,
DataLoaderRegistryFactory dataLoaderRegistryFactory) |
Copyright © 2018–2021. All rights reserved.