Class SimplePaginatedDataConnectionFetcher<T>

    • Constructor Detail

      • SimplePaginatedDataConnectionFetcher

        public SimplePaginatedDataConnectionFetcher​(graphql.schema.DataFetcher<SimplePaginatedData<T>> simplePaginatedDataDataFetcher)
    • Method Detail

      • get

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