Class AutomaticPersistedQueriesProvider

  • All Implemented Interfaces:
    graphql.execution.preparsed.PreparsedDocumentProvider

    
    public final class AutomaticPersistedQueriesProvider
     implements PreparsedDocumentProvider
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      PreparsedDocumentEntry getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction)
      CompletableFuture<PreparsedDocumentEntry> getDocumentAsync(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDocument

        @Deprecated(message = "deprecated in favor of async retrieval of Document", replaceWith = @ReplaceWith(imports = {}, expression = "this.getDocumentAsync(executionInput, parseAndValidateFunction).get()")) PreparsedDocumentEntry getDocument(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction)