acceptChallenge
No description
acceptChallenge(
  accept: Boolean!
  id: Int!
): Int
Arguments
acceptChallenge.accept ● Boolean! non-null scalar
acceptChallenge.id ● Int! non-null scalar
Type
Int scalar
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.