OBJECT
ExtensionChallengeConditionConnection
A paginated list of extension challenge conditions.
link GraphQL Schema definition
1 type ExtensionChallengeConditionConnection { 2 3 # The elements of the paginated list. 4 : [ExtensionChallengeConditionEdge!]! 5 6 # Information about this page. 7 : PageInfo! 8 9 }