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 PreparsedDocumentEntryInMemoryPersistedQueryCache. getPersistedQueryDocument(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)PreparsedDocumentEntryPersistedQueryCache. 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.
-