Package graphql.execution.preparsed.persisted
package graphql.execution.preparsed.persisted
-
ClassDescriptionThis persisted query support class supports the Apollo scheme where the persisted query id is in
ExecutionInput.getExtensions()
.A PersistedQueryCache that is just an in memory map of known queries.This interface is used to abstract an actual cache that can cache parsed persistent queries.The call back when a valid persisted query is not in cache and it needs to be compiled and validated by the graphql engine.An exception that indicates the query id is not valid and can be found ever in cacheThis abstract class forms the basis for persistent query support.