OBJECT
ChannelChallengeConnection
A connection between the challenge and metadata.
link GraphQL Schema definition
1 type ChannelChallengeConnection { 2 3 # The list of challenges for the user. 4 : [ChannelChallengeEdge!] 5 6 # Information about pagination in this connection. 7 : PageInfo! 8 9 }