We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd01cd5 commit 058f1a6Copy full SHA for 058f1a6
.github/workflows/create_new_note.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
# Fetch problem details
18
curl -X POST -H 'Content-Type: application/json' \
19
- -d '{"query":"query questionOfToday { activeDailyCodingChallengeQuestion { date link question { questionId title titleSlug difficulty } } }","operationName":"questionOfToday"}' \
+ -d '{"query":"query questionOfToday { activeDailyCodingChallengeQuestion { date link question { questionFrontendId title titleSlug difficulty } } }","operationName":"questionOfToday"}' \
20
https://leetcode.com/graphql -o response.json
21
22
# Parse problem details and set outputs
0 commit comments