OBJECT

EndorsedChannelConnection

Paginated list of endorsed channels using the Relay cursor specification.

link GraphQL Schema definition

1type EndorsedChannelConnection {
2
3# The endorsed channels.
4edges: [EndorsedChannelEdge!]
5
6# Pagination information for this connection.
7pageInfo: PageInfo!
8
9}