Skip to main content

Challenge

No description

type Challenge {
active: Boolean
endDate: String
id: ID
participants: [ChallengeParticipant]
status: ChallengeStatus
typeName: String
}

Fields

Challenge.active ● Boolean scalar

Challenge.endDate ● String scalar

Challenge.id ● ID scalar

Challenge.participants ● [ChallengeParticipant] list object

Challenge.status ● ChallengeStatus enum

Challenge.typeName ● String scalar

Returned by

createChallenge mutation

Member of

ChallengeEdge object