Uses of Package
graphql.execution.preparsed.persisted
Packages that use graphql.execution.preparsed.persisted
-
Classes in graphql.execution.preparsed.persisted used by graphql.execution.preparsed.persistedClassDescriptionA 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.