INPUT_OBJECT

ClaimBountyInput

ClaimBountyInput includes the bounty a user is trying to claim.

link GraphQL Schema definition

1input ClaimBountyInput {
4
2# Unique Identifier for the bounty campaign.
3bountyCampaignID: ID!
7
5# Unique Identifier for the bounty.
6bountyID: ID!
10
8# Platform selected by the user to play this bounty's game on.
9platform: String
13
11# Region selected by the user for the game key.
12region: String
16
14# UserID of the user that will claim the bounty.
15userID: ID!
17}