leetcode-api 0.6.0

leetcode api
Documentation
1
2
3
4
5
6
7
8
9
query problemsetQuestionList(
  $limit: Int
  $skip: Int
  $filters: QuestionListFilterInput
) {
  problemsetQuestionList(limit: $limit, skip: $skip, filters: $filters) {
    total
  }
}