Skip to content
challengeQuery
challenge(id: ID!): Challenge

Arguments

idID!

Returns

Challenge

See Challenge for the full shape.

Try it

Example
Query
query Challenge($id: ID!) {
  challenge(id: $id) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
challenge