1 parent 0ed4c8e commit 8b4e691Copy full SHA for 8b4e691
1 file changed
lua/leetcode/api/queries.lua
@@ -192,8 +192,8 @@ queries.study_plan_detail = [[
192
]]
193
194
queries.study_blind_detail = [[
195
- query problemlist($slug: String!) {
196
- studyPlanV2Detail(planSlug: $slug) {
+ query problem-list($slug: String!) {
+ favoriteDetailV2(planSlug: $slug) {
197
planSubGroups {
198
questions {
199
title_slug: titleSlug
0 commit comments