Class DocumentSupplier

  • All Implemented Interfaces:
    Supplier<graphql.language.Document>

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

      • DocumentSupplier

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

      • get

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