INPUT_OBJECT

ContributeCommunityPointsCommunityGoalInput

Contribute community goal input.

link GraphQL Schema definition

1input ContributeCommunityPointsCommunityGoalInput {
4
2# The redemption amount.
3amount: Int!
7
5# The channel.
6channelID: ID!
10
8# The id of the community goal.
9goalID: ID!
13
11# The id of this transaction.
12transactionID: ID!
14}