Uses of Interface
graphql.execution.preparsed.persisted.PersistedQueryCache
Packages that use PersistedQueryCache
-
Uses of PersistedQueryCache in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement PersistedQueryCacheModifier and TypeClassDescriptionclassA PersistedQueryCache that is just an in memory map of known queries.Constructors in graphql.execution.preparsed.persisted with parameters of type PersistedQueryCacheModifierConstructorDescriptionApolloPersistedQuerySupport(PersistedQueryCache persistedQueryCache) PersistedQuerySupport(PersistedQueryCache persistedQueryCache)