Class SimpleConnectionDataFetcher<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      graphql.relay.Connection<T> get​(graphql.schema.DataFetchingEnvironment environment)  
      • Methods inherited from class java.lang.Object

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

      • SimpleConnectionDataFetcher

        public SimpleConnectionDataFetcher​(java.lang.Class<? extends SimpleConnectionFetcher<T>> connection,
                                           graphql.schema.DataFetcher<?> actualDataFetcher)
    • Method Detail

      • get

        public graphql.relay.Connection<T> get​(graphql.schema.DataFetchingEnvironment environment)
                                        throws java.lang.Exception
        Specified by:
        get in interface graphql.schema.DataFetcher<T>
        Throws:
        java.lang.Exception