Skip to content

Commit 5e36865

Browse files
committed
Removed unused fields from query
1 parent 98dfdcd commit 5e36865

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

leetcode_anki/helpers/leetcode.py

-44
Original file line numberDiff line numberDiff line change
@@ -164,67 +164,23 @@ def _get_problems_data_page(
164164
skip: $skip
165165
filters: $filters
166166
) {
167-
total: totalNum
168167
questions: data {
169-
questionId
170168
questionFrontendId
171-
boundTopicId
172169
title
173170
titleSlug
174171
categoryTitle
175-
frequency
176172
freqBar
177173
content
178-
translatedTitle
179174
isPaidOnly
180175
difficulty
181176
likes
182177
dislikes
183-
isLiked
184-
isFavor
185-
similarQuestions
186-
contributors {
187-
username
188-
profileUrl
189-
avatarUrl
190-
__typename
191-
}
192-
langToValidPlayground
193178
topicTags {
194179
name
195180
slug
196-
translatedName
197-
__typename
198-
}
199-
companyTagStats
200-
codeSnippets {
201-
lang
202-
langSlug
203-
code
204-
__typename
205181
}
206182
stats
207-
acRate
208-
codeDefinition
209183
hints
210-
solution {
211-
id
212-
canSeeDetail
213-
__typename
214-
}
215-
hasSolution
216-
hasVideoSolution
217-
status
218-
sampleTestCase
219-
enableRunCode
220-
metaData
221-
translatedContent
222-
judgerAvailable
223-
judgeType
224-
mysqlSchemas
225-
enableTestMode
226-
envInfo
227-
__typename
228184
}
229185
}
230186
}

0 commit comments

Comments
 (0)