OBJECT
VisitorChannelConnection
A connection to a list of items.
link GraphQL Schema definition
1 type VisitorChannelConnection { 2 3 # Information to aid in pagination. 4 : PageInfo! 5 6 # A list of edges. 7 : [VisitorChannelEdge] 8 9 }
OBJECT
A connection to a list of items.
1 type VisitorChannelConnection { 2 3 # Information to aid in pagination. 4 : PageInfo! 5 6 # A list of edges. 7 : [VisitorChannelEdge] 8 9 }