INPUT_OBJECT

RedeemTrueXAdInput

link GraphQL Schema definition

1input RedeemTrueXAdInput {
4
2# args are parameters describing the engagement the user just completed for bits.
3args: String!
7
5# signature is a digital signature protecting the integrity of `args`.
6signature: String!
10
8# targetID is the `User.id` of the channel where the user is watching the ad.
9targetID: ID
14
11# trueXAd is descriptive information about the engagement that was just shown.
12# This information is useful for logging errors on the server-side.
13trueXAd: TrueXAd
15}