OBJECT

ExtensionChallengeConditionParticipantEdge

An element in a paginated list of extension challenge conditionParticipants.

link GraphQL Schema definition

1type ExtensionChallengeConditionParticipantEdge {
2
3# An opaque cursor identifying the edge's position in the paginated list.
4cursor: Cursor!
5
6# The element node.
7node: ChallengeConditionParticipant!
8
9}