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