OBJECT
StreamConnection
Paginated list of Streams.
link GraphQL Schema definition
1 type StreamConnection { 2 3 : [StreamEdge] 4 5 # Used for tracking. 6 : ID 7 8 : PageInfo 9 10 # Used for tracking. 11 : ID 12 13 }
OBJECT
Paginated list of Streams.
1 type StreamConnection { 2 3 : [StreamEdge] 4 5 # Used for tracking. 6 : ID 7 8 : PageInfo 9 10 # Used for tracking. 11 : ID 12 13 }