OBJECT

ContributeToChallengePayload

Output from the contribute to challenge mutation.

link GraphQL Schema definition

1type ContributeToChallengePayload {
2
3# The participant object returned by the Contribute to Challenge operation.
4challengeParticipant: ChannelChallengeParticipant
5
6# If present, there was an error with the request.
7error: ContributeToChallengeError
8
9}