OBJECT

ScheduleSegmentListEdge

Element in a list of endorsed channels.

link GraphQL Schema definition

1type ScheduleSegmentListEdge {
2
3# Cursor identifying the position of this edge for future queries.
4cursor: Cursor!
5
6# The information about the endorsed channel.
7node: ScheduleSegment!
8
9}