OBJECT

ExtensionChallengeConditionEdge

An element in a paginated list of extension challenge conditions.

link GraphQL Schema definition

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