INPUT_OBJECT

BountyCampaignVideoInput

The video that will be created as part of this campaign.

link GraphQL Schema definition

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