Interface CountingConnectionFetcher<T>
- All Superinterfaces:
graphql.annotations.connection.ConnectionFetcher<T>
,graphql.schema.DataFetcher<graphql.relay.Connection<T>>
- All Known Implementing Classes:
CountingDataConnectionFetcher
public interface CountingConnectionFetcher<T>
extends graphql.annotations.connection.ConnectionFetcher<T>
-
Method Summary
Methods inherited from interface graphql.schema.DataFetcher
get