OBJECT

BountyVideo

A video that the broadcaster must play on stream to complete the bounty.

link GraphQL Schema definition

1type BountyVideo {
2
3# The title of the video.
4title: String!
5
6# The URL of the video.
7url: String!
8
9}