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