Interface SimpleConnectionFetcher<T>
-
- All Superinterfaces:
ConnectionFetcher<T>,graphql.schema.DataFetcher<graphql.relay.Connection<T>>
- All Known Implementing Classes:
SimpleConnectionDataFetcher,SimplePaginatedDataConnectionFetcher
public interface SimpleConnectionFetcher<T> extends ConnectionFetcher<T>