ChannelEdge
An edge in a connection.
type ChannelEdge {
cursor: String!
node: Channel
}
Fields
ChannelEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
ChannelEdge.node ● Channel interface common
The item at the end of the edge.
Member of
ChannelConnection object