OBJECT

ContributeToChallengeError

Contribute to challenge error.

link GraphQL Schema definition

1type ContributeToChallengeError {
2
3# Code describing the error.
4code: ContributeToChallengeErrorCode!
5
6}