Uses of Package
graphql.execution.preparsed.persisted
-
Packages that use graphql.execution.preparsed.persisted Package Description graphql.execution.preparsed.persisted -
Classes in graphql.execution.preparsed.persisted used by graphql.execution.preparsed.persisted Class Description InMemoryPersistedQueryCache A PersistedQueryCache that is just an in memory map of known queries.InMemoryPersistedQueryCache.Builder PersistedQueryCache This interface is used to abstract an actual cache that can cache parsed persistent queries.PersistedQueryCacheMiss The call back when a valid persisted query is not in cache and it needs to be compiled and validated by the graphql engine.PersistedQueryError PersistedQueryNotFound An exception that indicates the query id is not valid and can be found ever in cachePersistedQuerySupport This abstract class forms the basis for persistent query support.