OBJECT

ChannelChallengeConnection

A connection between the challenge and metadata.

link GraphQL Schema definition

1type ChannelChallengeConnection {
2
3# The list of challenges for the user.
4edges: [ChannelChallengeEdge!]
5
6# Information about pagination in this connection.
7pageInfo: PageInfo!
8
9}