INPUT_OBJECT

BountyCampaignChatCTAInput

The chat Call to Action (CTA) that will be created as part of this campaign.

link GraphQL Schema definition

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