registerForChallengeMutation
Register the current user for a challenge. Creates or reuses the participant record for the challenge's business.
Arguments
challengeEntityRef!Returns
See RegisterForChallengeResult for the full shape.
Try it
Example
Query
mutation RegisterForChallenge($challenge: EntityRef!) {
registerForChallenge(challenge: $challenge) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlregisterForChallenge