OBJECT

StreamEdge

Contains information about a Streams's relationship to a given page (connection), and the Stream itself.

link GraphQL Schema definition

1type StreamEdge {
2
3cursor: Cursor
4
5node: Stream
6
7# Unique id per stream response item, used by clients to attribute displays/clicks
8# to items.
9trackingID: ID
10
11}