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