OBJECT

BountyCampaignVideo

A video for a bounty board campaign.

link GraphQL Schema definition

1type BountyCampaignVideo {
2
3# The country that the video is targeted for (represented by ISO 3166-1 alpha-2).
4country: String!
5
6# The title of the video.
7title: String!
8
9# The URL of the video.
10url: String!
11
12}