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 } }