OBJECT
EndorsedChannelConnection
Paginated list of endorsed channels using the Relay cursor specification.
link GraphQL Schema definition
1 type EndorsedChannelConnection { 2 3 # The endorsed channels. 4 : [EndorsedChannelEdge!] 5 6 # Pagination information for this connection. 7 : PageInfo! 8 9 }