INPUT_OBJECT

ContributeToChallengeInput

Inputs for contributing to a challenge.

link GraphQL Schema definition

1input ContributeToChallengeInput {
4
2# The amount of bits being contributed for this challenge.
3bits: Int!
7
5# The id of the challenge that is being contributed to.
6challengeID: ID!
10
8# The user id of the contributer.
9userID: ID!
11}