OBJECT

CreateChallengeConditionError

Create Challenge Condition error.

link GraphQL Schema definition

1type CreateChallengeConditionError {
2
3# Code describing the error.
4code: CreateChallengeConditionErrorCode!
5
6}