OBJECT

ChannelChallengeSelfEdge

A connection between a challenge and the authenticated user.

link GraphQL Schema definition

1type ChannelChallengeSelfEdge {
2
3# The participant object pertaining to the authenticated user.
4participant: ChannelChallengeParticipant
5
6}