File tree 1 file changed +0
-44
lines changed
1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -164,67 +164,23 @@ def _get_problems_data_page(
164
164
skip: $skip
165
165
filters: $filters
166
166
) {
167
- total: totalNum
168
167
questions: data {
169
- questionId
170
168
questionFrontendId
171
- boundTopicId
172
169
title
173
170
titleSlug
174
171
categoryTitle
175
- frequency
176
172
freqBar
177
173
content
178
- translatedTitle
179
174
isPaidOnly
180
175
difficulty
181
176
likes
182
177
dislikes
183
- isLiked
184
- isFavor
185
- similarQuestions
186
- contributors {
187
- username
188
- profileUrl
189
- avatarUrl
190
- __typename
191
- }
192
- langToValidPlayground
193
178
topicTags {
194
179
name
195
180
slug
196
- translatedName
197
- __typename
198
- }
199
- companyTagStats
200
- codeSnippets {
201
- lang
202
- langSlug
203
- code
204
- __typename
205
181
}
206
182
stats
207
- acRate
208
- codeDefinition
209
183
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
228
184
}
229
185
}
230
186
}
You can’t perform that action at this time.
0 commit comments