OBJECT
VisitorChannelEdge
An edge in a connection.
link GraphQL Schema definition
1 type VisitorChannelEdge { 2 3 # The item at the end of the edge 4 VisitorChannel : 5 6 # A cursor for use in pagination 7 String! : 8 9 }
OBJECT
An edge in a connection.
1 type VisitorChannelEdge { 2 3 # The item at the end of the edge 4 VisitorChannel : 5 6 # A cursor for use in pagination 7 String! : 8 9 }