Class DocumentSupplier

java.lang.Object
io.smallrye.graphql.execution.context.DocumentSupplier
All Implemented Interfaces:
Supplier<graphql.language.Document>

public class DocumentSupplier extends Object implements Supplier<graphql.language.Document>
  • Constructor Details

    • DocumentSupplier

      public DocumentSupplier(graphql.ExecutionInput executionInput, QueryCache queryCache)
  • Method Details

    • get

      public graphql.language.Document get()
      Specified by:
      get in interface Supplier<graphql.language.Document>