Uses of Class
graphql.execution.preparsed.persisted.PersistedQueryNotFound
-
Packages that use PersistedQueryNotFound Package Description graphql.execution.preparsed.persisted -
-
Uses of PersistedQueryNotFound in graphql.execution.preparsed.persisted
Methods in graphql.execution.preparsed.persisted that throw PersistedQueryNotFound Modifier and Type Method Description PreparsedDocumentEntry
InMemoryPersistedQueryCache. getPersistedQueryDocument(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)
PreparsedDocumentEntry
PersistedQueryCache. getPersistedQueryDocument(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)
default java.util.concurrent.CompletableFuture<PreparsedDocumentEntry>
PersistedQueryCache. getPersistedQueryDocumentAsync(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)
This is called to get a persisted query from cache.
-