feat(plugins/leetcode): add plugin (#1213) [skip ci]
This commit is contained in:
18
source/plugins/leetcode/queries/problems.graphql
Normal file
18
source/plugins/leetcode/queries/problems.graphql
Normal file
@@ -0,0 +1,18 @@
|
||||
query Problems ($username: String!) {
|
||||
allQuestionsCount {
|
||||
difficulty
|
||||
count
|
||||
}
|
||||
matchedUser(username: $username) {
|
||||
problemsSolvedBeatsStats {
|
||||
difficulty
|
||||
percentage
|
||||
}
|
||||
submitStatsGlobal {
|
||||
acSubmissionNum {
|
||||
difficulty
|
||||
count
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user