Uses of Class
io.smallrye.graphql.execution.QueryCache
Packages that use QueryCache
-
Uses of QueryCache in io.smallrye.graphql.execution.context
Methods in io.smallrye.graphql.execution.context that return QueryCacheMethods in io.smallrye.graphql.execution.context with parameters of type QueryCacheModifier and TypeMethodDescriptionstatic 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 calledvoidSmallRyeContext.setQueryCache(QueryCache queryCache) Constructors in io.smallrye.graphql.execution.context with parameters of type QueryCacheModifierConstructorDescriptionDocumentSupplier(graphql.ExecutionInput executionInput, QueryCache queryCache)