Uses of Class
graphql.execution.preparsed.persisted.PersistedQueryNotFound
Packages that use PersistedQueryNotFound
-
Uses of PersistedQueryNotFound in graphql.execution.preparsed.persisted
Methods in graphql.execution.preparsed.persisted that throw PersistedQueryNotFoundModifier and TypeMethodDescriptionInMemoryPersistedQueryCache.getPersistedQueryDocument(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) PersistedQueryCache.getPersistedQueryDocument(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) Deprecated.default CompletableFuture<PreparsedDocumentEntry> PersistedQueryCache.getPersistedQueryDocumentAsync(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) This is called to get a persisted query from cache.
PersistedQueryCache.getPersistedQueryDocumentAsync(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)