OBJECT
ExtensionChallengeConditionParticipantEdge
An element in a paginated list of extension challenge conditionParticipants.
link GraphQL Schema definition
1 type ExtensionChallengeConditionParticipantEdge { 2 3 # An opaque cursor identifying the edge's position in the paginated list. 4 : Cursor! 5 6 # The element node. 7 : ChallengeConditionParticipant! 8 9 }