OBJECT

VisitorChannelEdge

An edge in a connection.

link GraphQL Schema definition

1type VisitorChannelEdge {
2
3# The item at the end of the edge
4node: VisitorChannel
5
6# A cursor for use in pagination
7cursor: String!
8
9}