OBJECT

Feed

Feed is twitch's pulse product of content a user may enjoy.

link GraphQL Schema definition

1type Feed {
2
3id: ID!
4
5items(first: Int, after: Cursor): FeedItemConnection
6
7}