Uses of Class
graphql.execution.preparsed.PreparsedDocumentEntry
Packages that use PreparsedDocumentEntry
-
Uses of PreparsedDocumentEntry in graphql
Methods in graphql that return PreparsedDocumentEntryModifier and TypeMethodDescriptionprivate PreparsedDocumentEntryGraphQL.parseAndValidate(AtomicReference<ExecutionInput> executionInputRef, GraphQLSchema graphQLSchema, InstrumentationState instrumentationState) -
Uses of PreparsedDocumentEntry in graphql.execution.preparsed
Methods in graphql.execution.preparsed that return PreparsedDocumentEntryModifier and TypeMethodDescriptionNoOpPreparsedDocumentProvider.getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) PreparsedDocumentProvider.getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) Deprecated.Methods in graphql.execution.preparsed that return types with arguments of type PreparsedDocumentEntryModifier and TypeMethodDescriptiondefault CompletableFuture<PreparsedDocumentEntry> PreparsedDocumentProvider.getDocumentAsync(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) This is called to get a "cached" pre-parsed query and if it's not present, then the "parseAndValidateFunction" can be called to parse and validate the query.Method parameters in graphql.execution.preparsed with type arguments of type PreparsedDocumentEntryModifier and TypeMethodDescriptionNoOpPreparsedDocumentProvider.getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) PreparsedDocumentProvider.getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) default CompletableFuture<PreparsedDocumentEntry> PreparsedDocumentProvider.getDocumentAsync(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) This is called to get a "cached" pre-parsed query and if it's not present, then the "parseAndValidateFunction" can be called to parse and validate the query. -
Uses of PreparsedDocumentEntry in graphql.execution.preparsed.persisted
Fields in graphql.execution.preparsed.persisted with type parameters of type PreparsedDocumentEntryModifier and TypeFieldDescriptionprivate final Map<Object, PreparsedDocumentEntry> InMemoryPersistedQueryCache.cacheMethods in graphql.execution.preparsed.persisted that return PreparsedDocumentEntryModifier and TypeMethodDescriptionYou give back the missing query text and graphql-java will compile and validate it.PersistedQuerySupport.getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) InMemoryPersistedQueryCache.getPersistedQueryDocument(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) PersistedQueryCache.getPersistedQueryDocument(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) protected PreparsedDocumentEntryPersistedQuerySupport.mkMissingError(PersistedQueryError persistedQueryError) Allows you to customize the graphql error that is sent back on a missing persisted queryMethods in graphql.execution.preparsed.persisted that return types with arguments of type PreparsedDocumentEntryModifier and TypeMethodDescriptiondefault CompletableFuture<PreparsedDocumentEntry> PersistedQueryCache.getPersistedQueryDocumentAsync(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) This is called to get a persisted query from cache.Method parameters in graphql.execution.preparsed.persisted with type arguments of type PreparsedDocumentEntryModifier and TypeMethodDescriptionPersistedQuerySupport.getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction)
PreparsedDocumentProvider.getDocumentAsync(ExecutionInput executionInput, Function parseAndValidateFunction)