Uses of Class
io.smallrye.graphql.execution.context.SmallRyeContext
Packages that use SmallRyeContext
-
Uses of SmallRyeContext in io.smallrye.graphql.execution.context
Methods in io.smallrye.graphql.execution.context that return SmallRyeContextModifier and TypeMethodDescriptionSmallRyeContext.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 SmallRyeContextModifier and TypeMethodDescriptionstatic voidSmallRyeContextManager.restore(SmallRyeContext smallRyeContext)