Uses of Class
io.smallrye.graphql.execution.QueryCache
-
Packages that use QueryCache Package Description io.smallrye.graphql.execution.context -
-
Uses of QueryCache in io.smallrye.graphql.execution.context
Methods in io.smallrye.graphql.execution.context that return QueryCache Modifier and Type Method Description QueryCacheSmallRyeContext. getQueryCache()Methods in io.smallrye.graphql.execution.context with parameters of type QueryCache Modifier and Type Method Description 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 calledvoidSmallRyeContext. setQueryCache(QueryCache queryCache)Constructors in io.smallrye.graphql.execution.context with parameters of type QueryCache Constructor Description DocumentSupplier(graphql.ExecutionInput executionInput, QueryCache queryCache)
-