Uses of Class
io.smallrye.graphql.execution.context.SmallRyeContext
-
Packages that use SmallRyeContext Package Description io.smallrye.graphql.execution.context -
-
Uses of SmallRyeContext in io.smallrye.graphql.execution.context
Methods in io.smallrye.graphql.execution.context that return SmallRyeContext Modifier and Type Method Description SmallRyeContextSmallRyeContext. clone()static SmallRyeContextSmallRyeContextManager. fromInitialRequest(jakarta.json.JsonObject request)This creates a new context at the beginning of the requeststatic SmallRyeContextSmallRyeContextManager. getCurrentSmallRyeContext()static SmallRyeContextSmallRyeContextManager. populateFromDataFetchingEnvironment(Type type, Field field, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)This will populate the provided smallRyeContext from the GraphQL-Java DataFetchingEnvironment, and is per field.static SmallRyeContextSmallRyeContextManager. populateFromExecutionInput(graphql.ExecutionInput executionInput, QueryCache queryCache)This will populate the context with the input, and happens on every new request, just before GraphQL execute is calledstatic SmallRyeContextSmallRyeContextManager. restoreSmallRyeContext(graphql.schema.DataFetchingEnvironment dfe)Methods in io.smallrye.graphql.execution.context with parameters of type SmallRyeContext Modifier and Type Method Description static voidSmallRyeContextManager. restore(SmallRyeContext smallRyeContext)
-