| Package | Description |
|---|---|
| io.smallrye.graphql.execution.context | |
| io.smallrye.graphql.execution.datafetcher |
| Modifier and Type | Method and Description |
|---|---|
static SmallRyeContext |
SmallRyeContext.getContext() |
SmallRyeContext |
SmallRyeContext.withDataFromExecution(graphql.ExecutionInput executionInput) |
SmallRyeContext |
SmallRyeContext.withDataFromExecution(graphql.ExecutionInput executionInput,
QueryCache queryCache) |
SmallRyeContext |
SmallRyeContext.withDataFromFetcher(graphql.schema.DataFetchingEnvironment dfe,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmallRyeBatchLoaderContextProvider.set(SmallRyeContext context) |
static void |
SmallRyeContext.setContext(SmallRyeContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected SmallRyeContext |
AbstractDataFetcher.getSmallRyeContext(graphql.schema.DataFetchingEnvironment dfe) |
Copyright © 2018–2021. All rights reserved.