Package graphql.relay
Interface Connection<T>
- All Known Implementing Classes:
DefaultConnection
This represents a connection in Relay, which is a list of
edge
s
as well as a pageInfo
that describes the pagination of that list.
See https://facebook.github.io/relay/graphql/connections.htm-
Method Summary